Update SDL3

This commit is contained in:
2025-01-02 21:23:53 +02:00
parent fe2ba71635
commit 4db1acaa9b
2 changed files with 4 additions and 4 deletions

View File

@@ -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.
*

View File

@@ -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)
{