aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.SDL2.Common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.SDL2.Common')
-rw-r--r--src/Ryujinx.SDL2.Common/SDL2Driver.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Ryujinx.SDL2.Common/SDL2Driver.cs b/src/Ryujinx.SDL2.Common/SDL2Driver.cs
index ed6d9419..9827156d 100644
--- a/src/Ryujinx.SDL2.Common/SDL2Driver.cs
+++ b/src/Ryujinx.SDL2.Common/SDL2Driver.cs
@@ -53,6 +53,7 @@ namespace Ryujinx.SDL2.Common
return;
}
+ SDL_SetHint(SDL_HINT_APP_NAME, "Ryujinx");
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS4_RUMBLE, "1");
SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_PS5_RUMBLE, "1");
SDL_SetHint(SDL_HINT_JOYSTICK_ALLOW_BACKGROUND_EVENTS, "1");