mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2024-12-18 00:06:55 +00:00
Allow background input when testing game controllers
This commit is contained in:
parent
09909d029d
commit
3c68051eaf
@ -425,6 +425,7 @@ main(int argc, char *argv[])
|
||||
|
||||
SDL_SetHint(SDL_HINT_ACCELEROMETER_AS_JOYSTICK, "0");
|
||||
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE, "1");
|
||||
SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, "1");
|
||||
|
||||
/* Enable standard application logging */
|
||||
SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO);
|
||||
|
Loading…
Reference in New Issue
Block a user