From 4db1acaa9b8c4612b497e59c16c9132d6027e61a Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Thu, 2 Jan 2025 21:23:53 +0200 Subject: [PATCH] Update SDL3 --- Source/ThirdParty/SDL/SDL3/SDL_hints.h | 4 ++-- Source/Tools/Flax.Build/Deps/Dependencies/SDL.cs | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Source/ThirdParty/SDL/SDL3/SDL_hints.h b/Source/ThirdParty/SDL/SDL3/SDL_hints.h index 1449492b8..310aa6471 100644 --- a/Source/ThirdParty/SDL/SDL3/SDL_hints.h +++ b/Source/ThirdParty/SDL/SDL3/SDL_hints.h @@ -2098,8 +2098,8 @@ extern "C" { * * The variable can be set to the following values: * - * - "0": A separate thread is not used. (default) - * - "1": A separate thread is used for handling raw input messages. + * - "0": A separate thread is not used. + * - "1": A separate thread is used for handling raw input messages. (default) * * This hint should be set before SDL is initialized. * diff --git a/Source/Tools/Flax.Build/Deps/Dependencies/SDL.cs b/Source/Tools/Flax.Build/Deps/Dependencies/SDL.cs index 38f0c1f41..ee6db22e9 100644 --- a/Source/Tools/Flax.Build/Deps/Dependencies/SDL.cs +++ b/Source/Tools/Flax.Build/Deps/Dependencies/SDL.cs @@ -88,9 +88,9 @@ namespace Flax.Deps.Dependencies Path.Combine(root, "include", "SDL3"), }; - CloneGitRepoFastSince(root, "https://github.com/libsdl-org/SDL", new DateTime(2024, 12, 29)); + CloneGitRepoFastSince(root, "https://github.com/libsdl-org/SDL", new DateTime(2025, 01, 01)); //CloneGitRepo(root, "https://github.com/Kontrabant/SDL"); - GitResetToCommit(root, "2b1d809b21575b0f87a7cf5f1d33704dfae8ada5"); + GitResetToCommit(root, "4797970bfa6d6258bc9e636b6797acdfc1e73c31"); foreach (var platform in options.Platforms) {