strat: use atmosphere results instead of magics
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user