mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
ams.mitm: fix reboot to payload/fatal error distinction
This commit is contained in:
parent
51aeb280f1
commit
87512439a3
2 changed files with 17 additions and 4 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue