diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-28 17:52:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-28 20:52:45 -0400 |
| commit | f7f38ff87498b6b18fe524d6750d1eef7e9f579a (patch) | |
| tree | d5d0b665756303884f1054b13dab70bff502bcc3 /src/code/main.c | |
| parent | 04498f808f6607616e587d31d0518292a736d378 (diff) | |
[PAL N64] Completely match pal-1.0 and pal-1.1 and add to CI (#2246)
* [PAL N64] Match pal-1.0 and pal-1.1 and add to CI
* bss fixes from Jenkins
Diffstat (limited to 'src/code/main.c')
| -rw-r--r-- | src/code/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/main.c b/src/code/main.c index aed8a5cea..c7fc231a1 100644 --- a/src/code/main.c +++ b/src/code/main.c @@ -4,7 +4,7 @@ extern uintptr_t gSegments[NUM_SEGMENTS]; #pragma increment_block_number "gc-eu:252 gc-eu-mq:252 gc-jp:252 gc-jp-ce:252 gc-jp-mq:252 gc-us:252 gc-us-mq:252" \ - "ntsc-1.2:128" + "ntsc-1.2:128 pal-1.0:128 pal-1.1:128" extern struct PreNmiBuff* gAppNmiBufferPtr; extern struct Scheduler gScheduler; @@ -23,7 +23,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.2:156" + "ntsc-1.2:156 pal-1.0:154 pal-1.1:154" extern u8 _buffersSegmentEnd[]; |
