Skip to content

Commit

Permalink
update windows SDL2 to latest official 2.30.10 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 12, 2024
1 parent c44400c commit 11be7ab
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Windows/SDL2/include/SDL_cpuinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ _m_prefetch(void *__P)
#ifndef __MMX__
#define __MMX__
#endif
/*
#ifndef __3dNOW__
#define __3dNOW__
#endif
*/
#endif
#ifndef __SSE__
#define __SSE__
Expand Down
9 changes: 4 additions & 5 deletions Windows/SDL2/include/SDL_revision.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* #undef SDL_VENDOR_INFO */
#define SDL_REVISION_NUMBER 0

/* Generated by updaterev.sh, do not edit */
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-2.30.9 (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL-2.30.10-no-vcs (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-2.30.9"
#define SDL_REVISION "SDL-2.30.10-no-vcs"
#endif
#define SDL_REVISION_NUMBER 0
4 changes: 2 additions & 2 deletions Windows/SDL2/include/SDL_stdinc.h
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ typedef uint64_t Uint64;
#ifndef SDL_PRIs64
#if defined(__WIN32__) || defined(__GDK__)
#define SDL_PRIs64 "I64d"
#elif defined(PRIs64)
#define SDL_PRIs64 PRIs64
#elif defined(PRId64)
#define SDL_PRIs64 PRId64
#elif defined(__LP64__) && !defined(__APPLE__) && !defined(__EMSCRIPTEN__)
#define SDL_PRIs64 "ld"
#else
Expand Down
2 changes: 1 addition & 1 deletion Windows/SDL2/include/SDL_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 30
#define SDL_PATCHLEVEL 9
#define SDL_PATCHLEVEL 10

/**
* Macro to determine SDL version program was compiled against.
Expand Down
Binary file modified Windows/SDL2/lib/SDL2.dll
Binary file not shown.
Binary file modified Windows/SDL2/lib64/SDL2.dll
Binary file not shown.

0 comments on commit 11be7ab

Please sign in to comment.