Some functions.h and variables.h work (#2491)

* sort fuctions and variables

* bss
This commit is contained in:
fig02
2025-03-26 16:08:10 -04:00
committed by GitHub
parent 05faab33f1
commit ecf65e797e
22 changed files with 69 additions and 45 deletions
+1
View File
@@ -5,6 +5,7 @@
#include "stackcheck.h"
#include "terminal.h"
#include "versions.h"
#include "vi_mode.h"
#include "z64thread.h"
#include "global.h"
+1
View File
@@ -5,6 +5,7 @@
#include "region.h"
#include "terminal.h"
#include "versions.h"
#include "vi_mode.h"
#include "z_locale.h"
#include "macros.h"
+2 -2
View File
@@ -35,8 +35,8 @@
#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" \
"ntsc-1.2:12 pal-1.0:10 pal-1.1:10"
#pragma increment_block_number "gc-eu:0 gc-eu-mq:0 gc-jp:0 gc-jp-ce:0 gc-jp-mq:0 gc-us:0 gc-us-mq:0 ntsc-1.2:20" \
"pal-1.0:18 pal-1.1:18"
StackEntry sDmaMgrStackInfo;
OSMesgQueue sDmaMgrMsgQueue;