fusee: BCT.ini to emummc.ini

This commit is contained in:
hexkyz 2019-06-15 17:39:03 +01:00 committed by GitHub
parent 68c530c4a4
commit cd080e2552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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