Fix building with devkitarm-rules 1.1.0

This commit is contained in:
Hthh
2020-07-27 15:23:47 +10:00
committed by SciresM
parent 46bd03c06d
commit 65b42497d7
2 changed files with 0 additions and 2 deletions

View File

@@ -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;