diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-01-10 00:31:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-09 19:31:11 -0500 |
| commit | a57d449196dbf9fcf93004a3655bb5f2a4fc773d (patch) | |
| tree | f676fc5892b89a6044e13f085a4ffe67018ce8ec /src/code/main.c | |
| parent | 8b5813c86c9c99b1d6099656b90832796e25a152 (diff) | |
[iQue] Match remaining libultra/io files (#2411)
* [iQue] Match remaining libultra/io files
* Match osSpTaskYielded
* Fix bss, remove double space in controller.h
* Fix BSS
Diffstat (limited to 'src/code/main.c')
| -rw-r--r-- | src/code/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/main.c b/src/code/main.c index bffc9565a..ae4eb3d8f 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -24,7 +24,7 @@ extern struct IrqMgr gIrqMgr; #endif #pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-jp:160 gc-jp-ce:160 gc-jp-mq:160 gc-us:160 gc-us-mq:160" \ - "ntsc-1.0:141 ntsc-1.1:141 ntsc-1.2:141 pal-1.0:139 pal-1.1:139" + "ntsc-1.0:138 ntsc-1.1:138 ntsc-1.2:138 pal-1.0:136 pal-1.1:136" extern u8 _buffersSegmentEnd[]; |
