mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-17 14:56:36 -04:00
Align __osContPifRam
This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
#include "controller.h"
|
||||
#include "siint.h"
|
||||
|
||||
#ifdef __sgi
|
||||
OSPifRam __osContPifRam;
|
||||
#else
|
||||
__attribute__ ((aligned (0x10))) OSPifRam __osContPifRam;
|
||||
#endif
|
||||
|
||||
u8 __osContLastCmd;
|
||||
u8 __osMaxControllers;
|
||||
OSTimer __osEepromTimer;
|
||||
|
||||
Reference in New Issue
Block a user