From 65b42497d77ed8f2f39083301815ebb3c3df36a8 Mon Sep 17 00:00:00 2001 From: Hthh Date: Mon, 27 Jul 2020 15:23:47 +1000 Subject: [PATCH] Fix building with devkitarm-rules 1.1.0 --- fusee/fusee-secondary/src/nxboot.c | 1 - fusee/fusee-secondary/src/stratosphere.c | 1 - 2 files changed, 2 deletions(-) diff --git a/fusee/fusee-secondary/src/nxboot.c b/fusee/fusee-secondary/src/nxboot.c index cf6e5303a..ceb8bd834 100644 --- a/fusee/fusee-secondary/src/nxboot.c +++ b/fusee/fusee-secondary/src/nxboot.c @@ -64,7 +64,6 @@ #undef u32 extern const uint8_t warmboot_bin[]; -extern const uint32_t warmboot_bin_size; static const uint8_t retail_pkc_modulus[0x100] = { 0xF7, 0x86, 0x47, 0xAB, 0x71, 0x89, 0x81, 0xB5, 0xCF, 0x0C, 0xB0, 0xE8, 0x48, 0xA7, 0xFD, 0xAD, diff --git a/fusee/fusee-secondary/src/stratosphere.c b/fusee/fusee-secondary/src/stratosphere.c index 4adec08b6..903b24206 100644 --- a/fusee/fusee-secondary/src/stratosphere.c +++ b/fusee/fusee-secondary/src/stratosphere.c @@ -51,7 +51,6 @@ static bool g_stratosphere_boot_enabled = true; static bool g_stratosphere_ncm_enabled = false; extern const uint8_t loader_kip[], pm_kip[], sm_kip[], spl_kip[], boot_kip[], ncm_kip[], ams_mitm_kip[]; -extern const uint32_t loader_kip_size, pm_kip_size, sm_kip_size, spl_kip_size, boot_kip_size, ncm_kip_size, ams_mitm_kip_size; static emummc_fs_ver_t g_fs_ver = FS_VER_1_0_0;