ams.mitm: fix reboot to payload/fatal error distinction
This commit is contained in:
@@ -56,7 +56,7 @@ namespace ams::boot {
|
||||
exosphere::ForceRebootToIramPayload();
|
||||
}
|
||||
|
||||
void DoRebootToFatalError(ams::FatalErrorContext *ctx) {
|
||||
void DoRebootToFatalError(const ams::FatalErrorContext *ctx) {
|
||||
/* Ensure clean IRAM state. */
|
||||
ClearIram();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user