From 0d86378561d3d68a5be3c8c94598743e4e63a256 Mon Sep 17 00:00:00 2001 From: madwind Date: Sun, 2 Mar 2025 12:22:00 +0800 Subject: [PATCH] Update SDL to tag release-3.2.6 --- src/Ryujinx.SDL3-CS/external/SDL | 2 +- src/Ryujinx.SDL3-CS/external/update.ps1 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/Ryujinx.SDL3-CS/external/SDL b/src/Ryujinx.SDL3-CS/external/SDL index 2fa1e7258..65864190c 160000 --- a/src/Ryujinx.SDL3-CS/external/SDL +++ b/src/Ryujinx.SDL3-CS/external/SDL @@ -1 +1 @@ -Subproject commit 2fa1e7258a1fd9e3a7a546218b5ed1564953ad39 +Subproject commit 65864190cc8393103fd218fd17e2dfdf92e0532d diff --git a/src/Ryujinx.SDL3-CS/external/update.ps1 b/src/Ryujinx.SDL3-CS/external/update.ps1 index 41e29171a..63e0e281a 100644 --- a/src/Ryujinx.SDL3-CS/external/update.ps1 +++ b/src/Ryujinx.SDL3-CS/external/update.ps1 @@ -1,8 +1,9 @@ -$env:TAG_NAME="release-3.2.4" +$env:TAG_NAME="release-3.2.6" git submodule update --init --recursive git -C src/Ryujinx.SDL3-CS/external/SDL fetch --tags git -C src/Ryujinx.SDL3-CS/external/SDL checkout tags/$env:TAG_NAME git add src/Ryujinx.SDL3-CS/external/SDL +git add src/Ryujinx.SDL3-CS/external/update.ps1 git commit -m "Update SDL to tag $env:TAG_NAME"