mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2024-11-10 21:05:12 +01:00
This Tremor header file should probably be properly rewritten to
either define union magic for MSB_FIRST or LSB_FIRST - the current way of doing it is a goddamn mess
This commit is contained in:
parent
c5cecd7870
commit
7948c690e7
@ -23,7 +23,7 @@
|
||||
#include "asm_arm.h"
|
||||
#include <stdlib.h> /* for abs() */
|
||||
|
||||
#ifdef GEKKO
|
||||
#if defined(GEKKO) && !defined(__LIBRETRO__)
|
||||
#include <gctypes.h>
|
||||
#endif
|
||||
|
||||
@ -37,6 +37,8 @@
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#if !defined(__LIBRETRO__) && defined(GEKKO)
|
||||
#ifndef __CELLOS_LV2__
|
||||
#ifndef _XBOX360
|
||||
#if BYTE_ORDER==LITTLE_ENDIAN
|
||||
union magic {
|
||||
@ -48,6 +50,8 @@ union magic {
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef ANDROID
|
||||
#if BYTE_ORDER==BIG_ENDIAN
|
||||
|
Loading…
Reference in New Issue
Block a user