exo2/fusee: full 1.0.0 support.

This commit is contained in:
Michael Scire 2020-06-12 01:29:54 -07:00 committed by SciresM
parent 597bdded69
commit 1047ceab98
5 changed files with 21 additions and 37 deletions

View file

@ -348,7 +348,9 @@ namespace ams::secmon::smc {
SaveSecureContext();
/* Load and start the sc7 firmware on the bpmp. */
LoadAndStartSc7BpmpFirmware();
if (GetTargetFirmware() >= TargetFirmware_2_0_0) {
LoadAndStartSc7BpmpFirmware();
}
/* Log our suspension. */
/* NOTE: Nintendo only does this on dev, but we will always do it. */