From 939a4fce13a7ffb5d51a568605d2ffeee901b6a5 Mon Sep 17 00:00:00 2001 From: madwind Date: Thu, 6 Mar 2025 16:46:46 +0800 Subject: [PATCH] Update SDL to tag release-3.2.8 --- src/Ryujinx.SDL3-CS/external/SDL | 2 +- src/Ryujinx.SDL3-CS/external/update.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Ryujinx.SDL3-CS/external/SDL b/src/Ryujinx.SDL3-CS/external/SDL index 65864190c..f6864924f 160000 --- a/src/Ryujinx.SDL3-CS/external/SDL +++ b/src/Ryujinx.SDL3-CS/external/SDL @@ -1 +1 @@ -Subproject commit 65864190cc8393103fd218fd17e2dfdf92e0532d +Subproject commit f6864924f76e1a0b4abaefc76ae2ed22b1a8916e diff --git a/src/Ryujinx.SDL3-CS/external/update.ps1 b/src/Ryujinx.SDL3-CS/external/update.ps1 index 63e0e281a..260660986 100644 --- a/src/Ryujinx.SDL3-CS/external/update.ps1 +++ b/src/Ryujinx.SDL3-CS/external/update.ps1 @@ -1,4 +1,4 @@ -$env:TAG_NAME="release-3.2.6" +$env:TAG_NAME="release-3.2.8" git submodule update --init --recursive git -C src/Ryujinx.SDL3-CS/external/SDL fetch --tags