diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-27 05:58:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 23:58:43 -0400 |
| commit | bc8945eb3af5ce46aac0fcddec386c603b20f1a6 (patch) | |
| tree | b90e2efd96be24941de7b221e3fa04a07fcc6b84 /src/code/main.c | |
| parent | 2f3c8084c9dde7452c6fa3380b17dcc40b9385fa (diff) | |
[headers] Move libultra protos to ultra64.h (as a temporary measure) (#2234)
* [headers] Move libultra protos to ultra64.h (as a temporary measure)
* format ultra64.h
* bss
* bss
* 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 22816c230..85c629a89 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -22,7 +22,7 @@ extern struct IrqMgr gIrqMgr; #include "n64dd.h" #endif -#pragma increment_block_number "gc-eu:160 gc-eu-mq:160 gc-jp:192 gc-jp-ce:192 gc-jp-mq:192 gc-us:192 gc-us-mq:192" \ +#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.2:158" extern u8 _buffersSegmentEnd[]; |
