Skip to content

Commit

Permalink
Fixed comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 12, 2019
1 parent 13e1015 commit 1ac7eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/joystick/hidapi/SDL_hidapi_xbox360.c
Expand Up @@ -252,7 +252,7 @@ HIDAPI_DriverXbox360_IsSupportedDevice(Uint16 vendor_id, Uint16 product_id, Uint
SDL_GameControllerType type = SDL_GetJoystickGameControllerType(vendor_id, product_id, name);

if (vendor_id == 0x0955) {
/* This is the NVIDIA Shield controller which doesn't talk XBox controller protocol */
/* This is the NVIDIA Shield controller which doesn't talk Xbox controller protocol */
return SDL_FALSE;
}
#if defined(__MACOSX__) || defined(__WIN32__)
Expand Down

0 comments on commit 1ac7eab

Please sign in to comment.