mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Added check for XBOX in addition to Xbox and X-Box
This commit is contained in:
parent
78865effb5
commit
ea9bc659f5
@ -892,7 +892,7 @@ static ControllerMapping_t *SDL_PrivateGetControllerMappingForNameAndGUID(const
|
||||
#endif /* __LINUX__ */
|
||||
|
||||
if (!mapping && name) {
|
||||
if (SDL_strstr(name, "Xbox") || SDL_strstr(name, "X-Box")) {
|
||||
if (SDL_strstr(name, "Xbox") || SDL_strstr(name, "X-Box") || SDL_strstr(name, "XBOX")) {
|
||||
mapping = s_pXInputMapping;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user