From 9d1c10fceaac05c35050debeb54a51782eacaa1b Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 4 Jun 2025 04:45:46 -0500 Subject: [PATCH] update SDL submodule - PLEASE READ you may have to update submodules and change submodule URL worst case. to do so, execute the following on your next git pull: ``` git submodule update --init extern/SDL ``` then check whether the remote URL is correct: ``` cd extern/SDL git remote get-url origin ``` if it is NOT https://github.com/tildearrow/SDL.git, go back to the parent directory, and change the submodule URL by executing: ``` git submodule set-url extern/SDL https://github.com/tildearrow/SDL.git ``` --- .gitmodules | 4 ++-- extern/SDL | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 434b5ab17..82de085e1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "extern/SDL"] path = extern/SDL - url = https://github.com/libsdl-org/SDL.git - branch = release-2.28.x + url = https://github.com/tildearrow/SDL.git + branch = release-2.32.x [submodule "extern/fmt"] path = extern/fmt url = https://github.com/fmtlib/fmt.git diff --git a/extern/SDL b/extern/SDL index 2359383fc..d9a31df26 160000 --- a/extern/SDL +++ b/extern/SDL @@ -1 +1 @@ -Subproject commit 2359383fc187386204c3bb22de89655a494cd128 +Subproject commit d9a31df26d9bb91486db15c3732e8fa04c4449e2