mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 01:47:41 +00:00
add SDL_DISABLE_MMX to SDL_build_config.h.cmake
This commit is contained in:
parent
4681240241
commit
99b8313eb1
1 changed files with 1 additions and 0 deletions
|
@ -591,5 +591,6 @@ typedef unsigned int uintptr_t;
|
|||
#cmakedefine SDL_DISABLE_SSE2 1
|
||||
#cmakedefine SDL_DISABLE_SSE3 1
|
||||
#cmakedefine SDL_DISABLE_AVX 1
|
||||
#cmakedefine SDL_DISABLE_MMX 1
|
||||
|
||||
#endif /* SDL_build_config_h_ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue