diff options
| author | cadmic <cadmic24@gmail.com> | 2025-01-10 05:31:20 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 14:31:20 +0100 |
| commit | 26f91bd3bb51bcac0dc06f21f345beedfe663bcb (patch) | |
| tree | e2551539f2786b86d397fd99df9d2680cb0e9e2a /spec | |
| parent | 84e5afabf946f2ca4b19afbddbd7e23f1feadf3b (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-- | spec | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |
