wiiu: explicitly set endianess in config (thanks @quarktheawesome) [needed for missing defines in toolchain]

This commit is contained in:
rw-r-r-0644 2018-09-23 10:48:00 +02:00 committed by Ash Logan
parent 70f923cc91
commit a910c0765a

View File

@ -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_ */