Update SDL3
This commit is contained in:
4
Source/ThirdParty/SDL/SDL3/SDL_hints.h
vendored
4
Source/ThirdParty/SDL/SDL3/SDL_hints.h
vendored
@@ -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.
|
||||
*
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user