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/sys_cfb.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/sys_cfb.c')
| -rw-r--r-- | src/code/sys_cfb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/sys_cfb.c b/src/code/sys_cfb.c index e77002575..553cc50d8 100644 --- a/src/code/sys_cfb.c +++ b/src/code/sys_cfb.c @@ -1,6 +1,7 @@ #include "global.h" -#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" +#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \ + "pal-1.1:128" uintptr_t sSysCfbFbPtr[2]; uintptr_t sSysCfbEnd; |
