diff --git a/src/Ryujinx.SDL3-CS/external/SDL b/src/Ryujinx.SDL3-CS/external/SDL index 2fa1e7258..b5c3eab6b 160000 --- a/src/Ryujinx.SDL3-CS/external/SDL +++ b/src/Ryujinx.SDL3-CS/external/SDL @@ -1 +1 @@ -Subproject commit 2fa1e7258a1fd9e3a7a546218b5ed1564953ad39 +Subproject commit b5c3eab6b447111d3c7879bb547b80fb4abd9063 diff --git a/src/Ryujinx.SDL3-CS/external/update.ps1 b/src/Ryujinx.SDL3-CS/external/update.ps1 new file mode 100644 index 000000000..41e29171a --- /dev/null +++ b/src/Ryujinx.SDL3-CS/external/update.ps1 @@ -0,0 +1,8 @@ +$env:TAG_NAME="release-3.2.4" + +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 commit -m "Update SDL to tag $env:TAG_NAME" +