diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-19 22:04:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-19 22:04:08 -0400 |
| commit | 2278bcb2c3383553d136216a7fc1600cd86485f3 (patch) | |
| tree | 5aaf0522d10f2c0f0ec43653bb136ba603099b7a /src/code/fault_gc.c | |
| parent | 655ec771387927eda89d89b5bc2751192b075909 (diff) | |
Remove Variables.h; Decouple z64.h from global.h (#2507)
* progress
* z64.h issues sorted
* remove variables.h
* format
* n64 fix
* another fix
* did the wrong fix
* fix libleo
* fix bss
* review
* remove instead of comment
Diffstat (limited to 'src/code/fault_gc.c')
| -rw-r--r-- | src/code/fault_gc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/fault_gc.c b/src/code/fault_gc.c index c8088f23f..ee96a4c16 100644 --- a/src/code/fault_gc.c +++ b/src/code/fault_gc.c @@ -41,8 +41,8 @@ * DPad-Down disables sending fault pages over osSyncPrintf. */ -#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-eu-mq-dbg:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128" \ - "gc-us-mq:128 ique-cn:128" +#pragma increment_block_number "gc-eu:192 gc-eu-mq:192 gc-eu-mq-dbg:192 gc-jp:192 gc-jp-ce:192 gc-jp-mq:192 gc-us:192" \ + "gc-us-mq:192 ique-cn:192" #include "libc64/sleep.h" #include "libc64/sprintf.h" |
