summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2025-01-10 05:31:20 -0800
committerGitHub <noreply@github.com>2025-01-10 14:31:20 +0100
commit26f91bd3bb51bcac0dc06f21f345beedfe663bcb (patch)
treee2551539f2786b86d397fd99df9d2680cb0e9e2a /spec
parent84e5afabf946f2ca4b19afbddbd7e23f1feadf3b (diff)
[iQue] Match gzip/zlib decompression (#2416)
* [iQue] Match gzip/zlib decompression Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> * Update missed renames in disassembly * Fix some formatting --------- Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Diffstat (limited to 'spec')
-rw-r--r--spec4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec b/spec
index 4260c5001..f68610d9e 100644
--- a/spec
+++ b/spec
@@ -23,7 +23,11 @@ beginseg
#endif
include "$(BUILD_DIR)/src/boot/carthandle.o"
include "$(BUILD_DIR)/src/boot/z_std_dma.o"
+#if !PLATFORM_IQUE
include "$(BUILD_DIR)/src/boot/yaz0.o"
+#else
+ include "$(BUILD_DIR)/src/boot/inflate.o"
+#endif
include "$(BUILD_DIR)/src/boot/z_locale.o"
#if PLATFORM_N64
include "$(BUILD_DIR)/src/boot/cic6105.o"