Skip to content

Commit 6fd171e

Browse files
committed
Windows/macOS: Updated SDL to v2.32.6
1 parent 44fee2e commit 6fd171e

File tree

19 files changed

+28
-26
lines changed

19 files changed

+28
-26
lines changed

release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_cpuinfo.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ _m_prefetch(void *__P)
115115
#include <lasxintrin.h>
116116
#define __LASX__
117117
#endif
118-
#if defined(HAVE_IMMINTRIN_H) && !defined(SDL_DISABLE_IMMINTRIN_H)
118+
#if defined(HAVE_IMMINTRIN_H) && !defined(SDL_DISABLE_IMMINTRIN_H) && \
119+
(defined(__x86_64__) || defined(_M_X64) || defined(__i386__) || defined(_M_IX86))
119120
#include <immintrin.h>
120121
#else
121122
#if defined(__MMX__) && !defined(SDL_DISABLE_MMINTRIN_H)

release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_render.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ extern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateRenderer(SDL_Window * window,
244244
* \since This function is available since SDL 2.0.0.
245245
*
246246
* \sa SDL_CreateRenderer
247-
* \sa SDL_CreateWindowRenderer
247+
* \sa SDL_CreateWindowAndRenderer
248248
* \sa SDL_DestroyRenderer
249249
*/
250250
extern DECLSPEC SDL_Renderer * SDLCALL SDL_CreateSoftwareRenderer(SDL_Surface * surface);
@@ -787,7 +787,7 @@ extern DECLSPEC int SDLCALL SDL_SetRenderTarget(SDL_Renderer *renderer,
787787
* Get the current render target.
788788
*
789789
* The default render target is the window for which the renderer was created,
790-
* and is reported a NULL here.
790+
* and is reported as NULL here.
791791
*
792792
* \param renderer the rendering context.
793793
* \returns the current render target or NULL for the default render target.

release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_surface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,8 +808,8 @@ extern DECLSPEC int SDLCALL SDL_FillRects
808808
*
809809
* This assumes that the source and destination rectangles are the same size.
810810
* If either `srcrect` or `dstrect` are NULL, the entire surface (`src` or
811-
* `dst`) is copied. The final blit rectangles are saved in `srcrect` and
812-
* `dstrect` after all clipping is performed.
811+
* `dst`) is copied. The final blit rectangle is saved in `dstrect` after
812+
* all clipping is performed.
813813
*
814814
* The blit function should not be called on a locked surface.
815815
*

release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/SDL_version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ typedef struct SDL_version
5858
*/
5959
#define SDL_MAJOR_VERSION 2
6060
#define SDL_MINOR_VERSION 32
61-
#define SDL_PATCHLEVEL 2
61+
#define SDL_PATCHLEVEL 6
6262

6363
/**
6464
* Macro to determine SDL version program was compiled against.

release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/Resources/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<plist version="1.0">
44
<dict>
55
<key>BuildMachineOSBuild</key>
6-
<string>23H311</string>
6+
<string>23H527</string>
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleExecutable</key>
@@ -19,15 +19,15 @@
1919
<key>CFBundlePackageType</key>
2020
<string>FMWK</string>
2121
<key>CFBundleShortVersionString</key>
22-
<string>2.32.2</string>
22+
<string>2.32.6</string>
2323
<key>CFBundleSignature</key>
2424
<string>SDLX</string>
2525
<key>CFBundleSupportedPlatforms</key>
2626
<array>
2727
<string>MacOSX</string>
2828
</array>
2929
<key>CFBundleVersion</key>
30-
<string>2.32.2</string>
30+
<string>2.32.6</string>
3131
<key>DTCompiler</key>
3232
<string>com.apple.compilers.llvm.clang.1_0</string>
3333
<key>DTPlatformBuild</key>
Binary file not shown.

release/macos/ft2-clone-macos.app/Contents/Frameworks/SDL2.framework/Versions/A/_CodeSignature/CodeResources

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</data>
1515
<key>Resources/Info.plist</key>
1616
<data>
17-
Dy9w1XfagXeZ0e81ZSWsFJg+azY=
17+
Zda7B5zOlgXIAj0SZw10DI8J4zY=
1818
</data>
1919
<key>Resources/License.txt</key>
2020
<data>
@@ -145,11 +145,11 @@
145145
<dict>
146146
<key>hash</key>
147147
<data>
148-
C0H58cl/xghA4cpTvltFa5zADSc=
148+
CeTntJ1/RigZITBOca8u0bHomBU=
149149
</data>
150150
<key>hash2</key>
151151
<data>
152-
JpncPWHkqqQ39WvjWBFvdMLGOAhlGvwtEdtEflUSwwQ=
152+
cf1WEDXGbROkg2mF2Ud2LBT6uDs538geSmtZNk/UbFM=
153153
</data>
154154
</dict>
155155
<key>Headers/SDL_endian.h</key>
@@ -552,11 +552,11 @@
552552
<dict>
553553
<key>hash</key>
554554
<data>
555-
ixhZ1LVMllogghoxkbkrnjkmfm0=
555+
O06ha5CcqgUpx/DNe21x0YQxIkM=
556556
</data>
557557
<key>hash2</key>
558558
<data>
559-
YKCPJJ9GkJ8hiZ95O876mXtZ5SvBv5ViiUsgYkuykPs=
559+
lhJ8iMN5E5pflshoCY39V3/f9CI7ix5+NrtiMwoOUGc=
560560
</data>
561561
</dict>
562562
<key>Headers/SDL_revision.h</key>
@@ -629,11 +629,11 @@
629629
<dict>
630630
<key>hash</key>
631631
<data>
632-
4Ep9Q21aB+MvJ4ohfIaIobCiERU=
632+
tAHaYERzc7BuDPbTMZ9V0iiH9ZU=
633633
</data>
634634
<key>hash2</key>
635635
<data>
636-
HBm9M4a5z2TAO7jYrEREEBPmFIZ10He+SyiAhJ90C6M=
636+
9PEjHfv4FZvsaPshfa6RkEur0QmJ1J96vlutaGTdeSA=
637637
</data>
638638
</dict>
639639
<key>Headers/SDL_system.h</key>
@@ -706,11 +706,11 @@
706706
<dict>
707707
<key>hash</key>
708708
<data>
709-
0p5YxpDU0ZKVW3O7oaiUEbQvQgM=
709+
gPL2qjhQt9pswRR/UrpHYP61KNo=
710710
</data>
711711
<key>hash2</key>
712712
<data>
713-
EtiQXi0LseubTFgUWQb2VmPg9hMBLtbyUYL/q744sqo=
713+
5wMLgwuCEV//z0Hwsvs0UIsP9NcnMIH4jtOo6pMgtLE=
714714
</data>
715715
</dict>
716716
<key>Headers/SDL_video.h</key>
@@ -783,11 +783,11 @@
783783
<dict>
784784
<key>hash</key>
785785
<data>
786-
Dy9w1XfagXeZ0e81ZSWsFJg+azY=
786+
Zda7B5zOlgXIAj0SZw10DI8J4zY=
787787
</data>
788788
<key>hash2</key>
789789
<data>
790-
BAddkaN2r4dEHPxmdAwZ33wKCEuHqn1y3xUe9sQ/wtY=
790+
tmWhV3TAUQkq3CfjDOIa/2S0mjQq6mtKeD/TSdsmAwo=
791791
</data>
792792
</dict>
793793
<key>Resources/License.txt</key>

release/win32/SDL2.dll

0 Bytes
Binary file not shown.

release/win64/SDL2.dll

0 Bytes
Binary file not shown.

vs2019_project/ft2-clone/SDL2.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)