Align g_RdpDramStack and g_RdpYieldData

This commit is contained in:
Ryan Dwyer
2022-10-15 10:04:09 +10:00
parent 678835d997
commit 914aaaa0e4
3 changed files with 10 additions and 8 deletions
+6
View File
@@ -86,6 +86,12 @@
#define PORTAL_IS_CLOSED(portalnum) ((g_BgPortals[portalnum].flags & PORTALFLAG_CLOSED) && (g_BgPortals[portalnum].flags & PORTALFLAG_FORCEOPEN) == 0)
#ifdef __sgi
#define ALIGNED16
#else
#define ALIGNED16 __attribute__ ((aligned (16)))
#endif
#if VERSION >= VERSION_NTSC_1_0
#define ROM_COMPANYCODE 0x3459
#else