From f7f38ff87498b6b18fe524d6750d1eef7e9f579a Mon Sep 17 00:00:00 2001 From: cadmic Date: Sat, 28 Sep 2024 17:52:45 -0700 Subject: [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 --- src/code/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/graph.c') diff --git a/src/code/graph.c b/src/code/graph.c index 2ecd87dd1..bf1621452 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -8,7 +8,7 @@ #define GFXPOOL_TAIL_MAGIC 0x5678 #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:192" + "ntsc-1.2:192 pal-1.0:192 pal-1.1:192" /** * The time at which the previous `Graph_Update` ended. -- cgit v1.2.3