aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.SDL2.Common/SDL2Driver.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.SDL2.Common/SDL2Driver.cs')
-rw-r--r--src/Ryujinx.SDL2.Common/SDL2Driver.cs1
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");