mirror of
https://github.com/yawut/SDL.git
synced 2026-04-24 23:37:09 -05:00
wiiu: explicitly set endianess in config (thanks @quarktheawesome) [needed for missing defines in toolchain]
This commit is contained in:
parent
70f923cc91
commit
a910c0765a
|
|
@ -154,5 +154,10 @@
|
|||
/* Wii U can't load shared object (src/loadso/dummy/\*.c) */
|
||||
#define SDL_LOADSO_DISABLED 1
|
||||
|
||||
/* Hack: for some reason some arch defines are missing in the
|
||||
toolchain, so SDL_endian.h will think we're little endian
|
||||
without that */
|
||||
#define SDL_BYTEORDER SDL_BIG_ENDIAN
|
||||
|
||||
|
||||
#endif /* SDL_config_wiiu_h_ */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user