mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-19 01:34:10 +01:00
fusee: BCT.ini to emummc.ini
This commit is contained in:
parent
68c530c4a4
commit
cd080e2552
@ -223,9 +223,9 @@ static bool nxboot_configure_emummc(exo_emummc_config_t *exo_emummc_config) {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Load emummc settings from BCT.ini file. */
|
/* Load emummc settings from emummc.ini file. */
|
||||||
if (ini_parse_string(emummc_ini, emummc_ini_handler, &emummc_cfg) < 0) {
|
if (ini_parse_string(emummc_ini, emummc_ini_handler, &emummc_cfg) < 0) {
|
||||||
fatal_error("[NXBOOT] Failed to parse BCT.ini!\n");
|
fatal_error("[NXBOOT] Failed to parse emummc.ini!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
free(emummc_ini);
|
free(emummc_ini);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user