mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-14 11:00:41 +00:00
Match remaining IDO files for iQue (#2394)
This commit is contained in:
parent
bd606ba038
commit
3aafbf3971
5 changed files with 63 additions and 9 deletions
|
@ -3,7 +3,14 @@
|
|||
OSPiHandle __DriveRomHandle;
|
||||
|
||||
OSPiHandle* osDriveRomInit(void) {
|
||||
#if PLATFORM_IQUE && defined(NON_MATCHING)
|
||||
// On iQue, the compiled output of this file is patched so that the
|
||||
// `!first` check is always taken. For non-matching builds, we edit the
|
||||
// source code instead.
|
||||
static u32 first = false;
|
||||
#else
|
||||
static u32 first = true;
|
||||
#endif
|
||||
register s32 status;
|
||||
register u32 value;
|
||||
register u32 prevInt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue