|
@@ -892,7 +892,7 @@ static ControllerMapping_t *SDL_PrivateGetControllerMappingForNameAndGUID(const
|
|
#endif /* __LINUX__ */
|
|
#endif /* __LINUX__ */
|
|
|
|
|
|
if (!mapping && name) {
|
|
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;
|
|
mapping = s_pXInputMapping;
|
|
}
|
|
}
|
|
}
|
|
}
|