diff --git a/.gitattributes b/.gitattributes index a9bf48ad05..80f805e758 100644 --- a/.gitattributes +++ b/.gitattributes @@ -83,6 +83,9 @@ *.pdb binary *.bmp binary *.dat binary +*.a binary +*.o binary + # Verify *.verified.txt text eol=lf working-tree-encoding=UTF-8 diff --git a/sources/SDL/Native/android/SDL3.jar b/sources/SDL/Native/android/SDL3.jar index 9e919660df..23f6cd2858 100644 Binary files a/sources/SDL/Native/android/SDL3.jar and b/sources/SDL/Native/android/SDL3.jar differ diff --git a/sources/SDL/Native/runtimes/ios/native/libSDL3.a b/sources/SDL/Native/runtimes/ios/native/libSDL3.a index f615acbd92..e4116ae1cb 100644 Binary files a/sources/SDL/Native/runtimes/ios/native/libSDL3.a and b/sources/SDL/Native/runtimes/ios/native/libSDL3.a differ diff --git a/sources/SDL/Native/runtimes/iossimulator/native/libSDL3.a b/sources/SDL/Native/runtimes/iossimulator/native/libSDL3.a index 73c93128fb..a63f3b04cf 100644 Binary files a/sources/SDL/Native/runtimes/iossimulator/native/libSDL3.a and b/sources/SDL/Native/runtimes/iossimulator/native/libSDL3.a differ diff --git a/sources/SDL/Native/runtimes/linux-arm/native/libSDL3.so b/sources/SDL/Native/runtimes/linux-arm/native/libSDL3.so index bd42c139f7..4cc054c508 100644 Binary files a/sources/SDL/Native/runtimes/linux-arm/native/libSDL3.so and b/sources/SDL/Native/runtimes/linux-arm/native/libSDL3.so differ diff --git a/sources/SDL/Native/runtimes/linux-arm64/native/libSDL3.so b/sources/SDL/Native/runtimes/linux-arm64/native/libSDL3.so index 599051aed0..53ba2fced0 100644 Binary files a/sources/SDL/Native/runtimes/linux-arm64/native/libSDL3.so and b/sources/SDL/Native/runtimes/linux-arm64/native/libSDL3.so differ diff --git a/sources/SDL/Native/runtimes/linux-x64/native/libSDL3.so b/sources/SDL/Native/runtimes/linux-x64/native/libSDL3.so index fb30435e01..30cf8d297d 100644 Binary files a/sources/SDL/Native/runtimes/linux-x64/native/libSDL3.so and b/sources/SDL/Native/runtimes/linux-x64/native/libSDL3.so differ diff --git a/sources/SDL/Native/runtimes/tvos/native/libSDL3.a b/sources/SDL/Native/runtimes/tvos/native/libSDL3.a index 6549808d0a..92f8a36589 100644 Binary files a/sources/SDL/Native/runtimes/tvos/native/libSDL3.a and b/sources/SDL/Native/runtimes/tvos/native/libSDL3.a differ diff --git a/sources/SDL/Native/runtimes/tvossimulator/native/libSDL3.a b/sources/SDL/Native/runtimes/tvossimulator/native/libSDL3.a index 6a9d4f65bc..15697cbfae 100644 Binary files a/sources/SDL/Native/runtimes/tvossimulator/native/libSDL3.a and b/sources/SDL/Native/runtimes/tvossimulator/native/libSDL3.a differ diff --git a/sources/SDL/Native/runtimes/win-arm64/native/SDL3.dll b/sources/SDL/Native/runtimes/win-arm64/native/SDL3.dll index 2e1b8e27c4..af12f930e3 100644 Binary files a/sources/SDL/Native/runtimes/win-arm64/native/SDL3.dll and b/sources/SDL/Native/runtimes/win-arm64/native/SDL3.dll differ diff --git a/sources/SDL/Native/runtimes/win-x64/native/SDL3.dll b/sources/SDL/Native/runtimes/win-x64/native/SDL3.dll index 68d451f222..a4f744daad 100644 Binary files a/sources/SDL/Native/runtimes/win-x64/native/SDL3.dll and b/sources/SDL/Native/runtimes/win-x64/native/SDL3.dll differ