mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-23 21:55:12 +00:00
Fixed typo in previous cherry-pick
This commit is contained in:
parent
660fc89967
commit
f47a08ab84
|
@ -830,8 +830,8 @@ static ControllerMapping_t *SDL_PrivateGetControllerMappingForGUID(SDL_JoystickG
|
||||||
#ifdef __ANDROID__
|
#ifdef __ANDROID__
|
||||||
} else {
|
} else {
|
||||||
mapping = SDL_CreateMappingForAndroidController(guid);
|
mapping = SDL_CreateMappingForAndroidController(guid);
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
return mapping;
|
return mapping;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue