From 0a21f6569c0e03b13de67cb7e2fe984c33253b53 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Tue, 2 Sep 2025 10:23:21 +0100 Subject: [PATCH] dos: Update SDL Includes red cursor fix and protected mode interface performance improvements. --- 3rdParty/SDL2/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdParty/SDL2/CMakeLists.txt b/3rdParty/SDL2/CMakeLists.txt index 5bc504513..4b9188374 100644 --- a/3rdParty/SDL2/CMakeLists.txt +++ b/3rdParty/SDL2/CMakeLists.txt @@ -19,8 +19,8 @@ if(TARGET_PLATFORM STREQUAL "dos") set(DOS ON) FetchContent_Declare(SDL2 # branch: dos-vbe-rebase - URL https://github.com/diasurgical/SDL/archive/b55cac0c06aa191dcc7a3e63ae6fe6656593026e.tar.gz - URL_HASH MD5=99eabd2fc675f5539e055b1d8fa519e4 + URL https://github.com/diasurgical/SDL/archive/20b47a62a12f0c7be4052fb5b32eb21d709d6f06.tar.gz + URL_HASH MD5=6e77a1d1a79d7f0dd6231b39515a341f ) else() FetchContent_Declare(SDL2