mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-08 10:08:35 +00:00
Stop SDL from inhibiting sleep. (#4842)
This commit is contained in:
parent
42f7f98666
commit
ec0bb74968
|
@ -63,6 +63,7 @@ namespace Ryujinx.SDL2.Common
|
|||
SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, "1");
|
||||
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED, "0");
|
||||
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS, "1");
|
||||
SDL_SetHint(SDL_HINT_VIDEO_ALLOW_SCREENSAVER, "1");
|
||||
|
||||
|
||||
// NOTE: As of SDL2 2.24.0, joycons are combined by default but the motion source only come from one of them.
|
||||
|
|
Loading…
Reference in a new issue