diff options
author | Mary <mary@mary.zone> | 2022-05-15 13:51:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-15 13:51:30 +0200 |
commit | 3551c18902d485da6b3345ba320179e2abdb44ea (patch) | |
tree | 841634ec1c23c9cb82a6e123ec1513e88aac8ede | |
parent | deb99d2cae3e80bdf70cb52c6c160094dc7c9292 (diff) |
sdl2: Update to Ryujinx.SDL2-CS 2.0.22 (#3317)1.1.123
Update to latest SDL2 release
Fix #2905, #2837 and #2767.
-rw-r--r-- | Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj b/Ryujinx.SDL2.Common/Ryujinx.SDL2.Common.csproj index de9f7cf7..bf4e0427 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> |