diff options
| author | fig02 <fig02srl@gmail.com> | 2025-04-16 08:22:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-16 08:22:42 -0400 |
| commit | 655ec771387927eda89d89b5bc2751192b075909 (patch) | |
| tree | 54a448444c162850017777c43509d05c2f8c4adf /src/code/fault_gc.c | |
| parent | 0c5282ba66bec5eba8f11fa5922b893b1deed7e7 (diff) | |
variables.h: migrate all remaining varaibles, remove other dependencies except z64.h (#2505)
* move remaining variables from variables.h
* fix other dependencies
* extra newline
* fix and adjust comment
* is this the problem
* fix bss
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 b70bcf80b..c8088f23f 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:96 gc-eu-mq:96 gc-eu-mq-dbg:96 gc-jp:96 gc-jp-ce:96 gc-jp-mq:96 gc-us:96" \ - "gc-us-mq:96 ique-cn:96" +#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" #include "libc64/sleep.h" #include "libc64/sprintf.h" |
