From 6d9bc7cf90e8016feea97eedb3cdd562c4628026 Mon Sep 17 00:00:00 2001 From: Mary Date: Thu, 26 Aug 2021 22:26:28 +0200 Subject: sdl2: Update to Ryujinx.SDL2-CS 2.0.17 (#2553) * sdl2: Update to Ryujinx.SDL2-CS 2.0.17 Update to latest SDL2 commit * Update to Ryujinx.SDL2-CS 2.0.17-build18 --- Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj | 2 +- Ryujinx.SDL2.Common/SDL2Driver.cs | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'Ryujinx.SDL2.Common') diff --git a/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj b/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj index 50b1ec2f..16eb3b3c 100644 --- a/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj +++ b/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj @@ -5,7 +5,7 @@ - + diff --git a/Ryujinx.SDL2.Common/SDL2Driver.cs b/Ryujinx.SDL2.Common/SDL2Driver.cs index cc8e7614..944f8e57 100644 --- a/Ryujinx.SDL2.Common/SDL2Driver.cs +++ b/Ryujinx.SDL2.Common/SDL2Driver.cs @@ -56,9 +56,8 @@ namespace Ryujinx.SDL2.Common 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"); - // TODO: Add this in nuget package once SDL2 2.0.15 hit stable release. - SDL_SetHint("SDL_JOYSTICK_HIDAPI_SWITCH_HOME_LED", "0"); - SDL_SetHint("SDL_JOYSTICK_HIDAPI_JOY_CONS", "1"); + SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_SWITCH_HOME_LED, "0"); + SDL_SetHint(SDL_HINT_JOYSTICK_HIDAPI_JOY_CONS, "1"); if (SDL_Init(SdlInitFlags) != 0) { -- cgit v1.2.3