From 3551c18902d485da6b3345ba320179e2abdb44ea Mon Sep 17 00:00:00 2001 From: Mary <mary@mary.zone> Date: Sun, 15 May 2022 13:51:30 +0200 Subject: [PATCH] sdl2: Update to Ryujinx.SDL2-CS 2.0.22 (#3317) Update to latest SDL2 release Fix #2905, #2837 and #2767. --- Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj b/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj index de9f7cf701..bf4e042713 100644 --- a/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj +++ b/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj @@ -5,7 +5,7 @@ </PropertyGroup> <ItemGroup> - <PackageReference Include="Ryujinx.SDL2-CS" Version="2.0.17-build18" /> + <PackageReference Include="Ryujinx.SDL2-CS" Version="2.0.22-build20" /> </ItemGroup> <ItemGroup>