hos: secmon exo: fix system_settings.ini parsing

A previous change guarded the setting with exosphere.ini parsing succeeding.
Correct this, so it always gets parsed.
This commit is contained in:
CTCaer
2024-06-19 21:54:14 +03:00
parent ef9a48033d
commit ed816a44c9

View File

@@ -241,6 +241,7 @@ void config_exosphere(launch_ctxt_t *ctxt, u32 warmboot_base)
}
break;
}
}
// Parse usb mtim settings. Avoid parsing if it's overridden.
if (!ctxt->exo_ctx.usb3_force)
@@ -267,7 +268,6 @@ void config_exosphere(launch_ctxt_t *ctxt, u32 warmboot_base)
}
}
}
}
// To avoid problems, make private debug mode always on if not semi-stock.
if (!ctxt->stock || (emu_cfg.enabled && !h_cfg.emummc_force_disable))