mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-05 19:51:45 +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;
|
||||
}
|
||||
|
||||
/* 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) {
|
||||
fatal_error("[NXBOOT] Failed to parse BCT.ini!\n");
|
||||
fatal_error("[NXBOOT] Failed to parse emummc.ini!\n");
|
||||
}
|
||||
|
||||
free(emummc_ini);
|
||||
|
|
Loading…
Reference in a new issue