mirror of
https://github.com/wiiu-env/wiiu-nanddumper-payload.git
synced 2024-11-22 03:19:17 +01:00
change message
This commit is contained in:
parent
7513886800
commit
30c8b906a7
@ -319,14 +319,14 @@ void dump_nand_complete()
|
||||
}
|
||||
offset_y += 20;
|
||||
|
||||
_printf(20, offset_y, "Complete! -> rebooting into sysNAND...");
|
||||
_printf(20, offset_y, "Complete! -> rebooting...");
|
||||
|
||||
FS_SLEEP(3000);
|
||||
svcShutdown(SHUTDOWN_TYPE_REBOOT);
|
||||
|
||||
error:
|
||||
offset_y += 20;
|
||||
_printf(20, offset_y, "Error! -> rebooting into sysNAND...");
|
||||
_printf(20, offset_y, "Error! -> rebooting...");
|
||||
|
||||
FS_SLEEP(3000);
|
||||
svcShutdown(SHUTDOWN_TYPE_REBOOT);
|
||||
|
Loading…
Reference in New Issue
Block a user