diff options
author | Mary <mary@mary.zone> | 2023-07-06 18:08:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 18:08:14 +0200 |
commit | 8a363b5df2387bd254a3dd48bfd3c9884ff74dab (patch) | |
tree | fbe6f52943b04febdad14be7934881502af8a4a2 /src/Ryujinx.SDL2.Common/SDL2Driver.cs | |
parent | 2b5abac809dacb351ec69e322732d45ea01a4d65 (diff) |
Revert "sdl: set `SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS` to 0 (#5433)" (#5439)1.1.955
This reverts commit 2b5abac809dacb351ec69e322732d45ea01a4d65.
Diffstat (limited to 'src/Ryujinx.SDL2.Common/SDL2Driver.cs')
-rw-r--r-- | src/Ryujinx.SDL2.Common/SDL2Driver.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Ryujinx.SDL2.Common/SDL2Driver.cs b/src/Ryujinx.SDL2.Common/SDL2Driver.cs index 3411fa04..2642b26f 100644 --- a/src/Ryujinx.SDL2.Common/SDL2Driver.cs +++ b/src/Ryujinx.SDL2.Common/SDL2Driver.cs @@ -60,7 +60,6 @@ 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_GAMECONTROLLER_USE_BUTTON_LABELS, "0"); SDL_SetHint(SDL_HINT_VIDEO_ALLOW_SCREENSAVER, "1"); |