mirror of
https://github.com/ekeeke/Genesis-Plus-GX.git
synced 2025-01-14 12:19:06 +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 "asm_arm.h"
|
||||||
#include <stdlib.h> /* for abs() */
|
#include <stdlib.h> /* for abs() */
|
||||||
|
|
||||||
#ifdef GEKKO
|
#if defined(GEKKO) && !defined(__LIBRETRO__)
|
||||||
#include <gctypes.h>
|
#include <gctypes.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -37,6 +37,8 @@
|
|||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(__LIBRETRO__) && defined(GEKKO)
|
||||||
|
#ifndef __CELLOS_LV2__
|
||||||
#ifndef _XBOX360
|
#ifndef _XBOX360
|
||||||
#if BYTE_ORDER==LITTLE_ENDIAN
|
#if BYTE_ORDER==LITTLE_ENDIAN
|
||||||
union magic {
|
union magic {
|
||||||
@ -48,6 +50,8 @@ union magic {
|
|||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef ANDROID
|
#ifndef ANDROID
|
||||||
#if BYTE_ORDER==BIG_ENDIAN
|
#if BYTE_ORDER==BIG_ENDIAN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user