mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-20 22:16:49 +01:00
Catch both PS3 and PS4 motion controls and don't treat them as a game controller
This commit is contained in:
parent
1d1a35ef64
commit
dc1d3c2974
@ -1494,8 +1494,8 @@ SDL_bool SDL_ShouldIgnoreGameController(const char *name, SDL_JoystickGUID guid)
|
|||||||
Uint32 vidpid;
|
Uint32 vidpid;
|
||||||
|
|
||||||
#if defined(__LINUX__)
|
#if defined(__LINUX__)
|
||||||
if (name && SDL_strstr(name, "Wireless Controller Motion Sensors")) {
|
if (name && SDL_strstr(name, "Controller Motion Sensors")) {
|
||||||
/* Don't treat the PS4 motion controls as a separate game controller */
|
/* Don't treat the PS3 and PS4 motion controls as a separate game controller */
|
||||||
return SDL_TRUE;
|
return SDL_TRUE;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user