mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
fusee: BCT.ini to emummc.ini
This commit is contained in:
parent
68c530c4a4
commit
cd080e2552
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue