strat: use atmosphere results instead of magics

This commit is contained in:
Michael Scire
2019-03-28 20:19:38 -07:00
parent 84c4cd7c53
commit 0001e93810
7 changed files with 39 additions and 33 deletions

View File

@@ -89,7 +89,7 @@ static void DoRebootToPayload() {
Result BpcRebootManager::PerformReboot() {
switch (g_reboot_type) {
case BpcRebootType::Standard:
return RESULT_FORWARD_TO_SESSION;
return ResultAtmosphereMitmShouldForwardToSession;
case BpcRebootType::ToRcm:
RebootToRcm();
return 0;