mirror of
https://github.com/CTCaer/hekate
synced 2024-12-22 11:21:23 +00:00
exo: change BOOT2 error message
This commit is contained in:
parent
5e6a7c486b
commit
30a4861da6
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ void secmon_exo_check_panic()
|
||||||
|
|
||||||
// Check if mixed atmosphere sysmodules.
|
// Check if mixed atmosphere sysmodules.
|
||||||
if ((u32)rpt->title_id == HOS_PID_BOOT2)
|
if ((u32)rpt->title_id == HOS_PID_BOOT2)
|
||||||
WPRINTF("fss0 wrong path or mismatched atmo files\n");
|
WPRINTF("Mismatched Atmosphere files?\n");
|
||||||
|
|
||||||
// Save context to the SD card.
|
// Save context to the SD card.
|
||||||
char filepath[0x40];
|
char filepath[0x40];
|
||||||
|
|
Loading…
Reference in a new issue