Update SDL to tag release-3.2.6
This commit is contained in:
parent
1ca5876cf2
commit
0d86378561
2
src/Ryujinx.SDL3-CS/external/SDL
vendored
2
src/Ryujinx.SDL3-CS/external/SDL
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 2fa1e7258a1fd9e3a7a546218b5ed1564953ad39
|
Subproject commit 65864190cc8393103fd218fd17e2dfdf92e0532d
|
3
src/Ryujinx.SDL3-CS/external/update.ps1
vendored
3
src/Ryujinx.SDL3-CS/external/update.ps1
vendored
@ -1,8 +1,9 @@
|
|||||||
$env:TAG_NAME="release-3.2.4"
|
$env:TAG_NAME="release-3.2.6"
|
||||||
|
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
git -C src/Ryujinx.SDL3-CS/external/SDL fetch --tags
|
git -C src/Ryujinx.SDL3-CS/external/SDL fetch --tags
|
||||||
git -C src/Ryujinx.SDL3-CS/external/SDL checkout tags/$env:TAG_NAME
|
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/SDL
|
||||||
|
git add src/Ryujinx.SDL3-CS/external/update.ps1
|
||||||
git commit -m "Update SDL to tag $env:TAG_NAME"
|
git commit -m "Update SDL to tag $env:TAG_NAME"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user