Fixed detecting Bluetooth XInput controllers on Windows

Sam Lantinga 2020-11-12 15:56:33 -08:00
parent 8b29aaddbd
commit 8e312a6a59
1 changed files with 1 additions and 1 deletions

View File

@ -419,7 +419,7 @@ SDL_IsXInputDevice(const WCHAR *name, const GUID* pGuidProductFromDirectInput)
for (i = 0; i < SDL_RawDevListCount; i++) {
RID_DEVICE_INFO rdi;
char devName[128];
char devName[MAX_PATH];
UINT rdiSize = sizeof(rdi);
UINT nameSize = SDL_arraysize(devName);