fatal: Reboot to RCM if VOL is pressed instead of PWR.

This commit is contained in:
Michael Scire 2018-11-30 05:33:35 -08:00
parent 8d3b8354c3
commit be5b58d033
8 changed files with 48 additions and 15 deletions
stratosphere/fatal/source

View file

@ -215,9 +215,9 @@ Result ShowFatalTask::ShowFatal() {
} else {
/* Print a special message for atmosphere version mismatch. */
FontManager::Print(u8"Atmosphère version mismatch detected.\n\n"
u8"Please press the POWER Button to restart the console. If you are\n"
u8"unable to restart the console, hold the POWER Button for 12 seconds\n"
u8"to turn the console off.\n\n"
u8"Please press the POWER Button to restart the console, or a VOL button\n"
u8"to restart the console in RCM mode. If you are unable to restart the\n"
u8"console, hold the POWER Button for 12 seconds to turn the console off.\n\n"
u8"Please ensure that all Atmosphère components are updated.\n"
u8"github.com/Atmosphere-NX/Atmosphere/releases\n");
}