diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-09-17 16:57:18 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-17 16:57:18 -0600 |
| commit | 91fc8ea47343023077b9d11b5952ed7e2018ce42 (patch) | |
| tree | a1bac0350ba66089b4c912da17c56087e440cf85 /src/os | |
| parent | 3f221d6f252e673aa24c313c46501832c790c716 (diff) | |
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
Diffstat (limited to 'src/os')
| -rw-r--r-- | src/os/contpfs.c | 2 | ||||
| -rwxr-xr-x | src/os/osPfsSearchFile.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/os/contpfs.c b/src/os/contpfs.c index a94d59fa1..5946547ae 100644 --- a/src/os/contpfs.c +++ b/src/os/contpfs.c @@ -295,4 +295,4 @@ s32 __osPfsSelectBank(OSPfs *pfs) } ret = __osContRamWrite(pfs->queue, pfs->channel, 1024, (u8*)temp, FALSE); return ret; -}
\ No newline at end of file +} diff --git a/src/os/osPfsSearchFile.c b/src/os/osPfsSearchFile.c index dc1bc8a21..efd994698 100755 --- a/src/os/osPfsSearchFile.c +++ b/src/os/osPfsSearchFile.c @@ -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; -}
\ No newline at end of file +} |
