mirror of
https://github.com/n64decomp/mk64
synced 2026-09-07 02:39:54 -04:00
Some train decomp and move seg2 files to ending (#423)
* Some train decomp * Move seg2 to ending/ * move racing code files into racing folder * Fix progress * Rename segments
This commit is contained in:
+1
-1
@@ -295,4 +295,4 @@ s32 __osPfsSelectBank(OSPfs *pfs)
|
||||
}
|
||||
ret = __osContRamWrite(pfs->queue, pfs->channel, 1024, (u8*)temp, FALSE);
|
||||
return ret;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -48,4 +48,4 @@ s32 osPfsFindFile(OSPfs *pfs, u16 company_code, u32 game_code, u8 *game_name, u8
|
||||
}
|
||||
*file_no = -1;
|
||||
return PFS_ERR_INVALID;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user