Skip to content

Commit

Permalink
Fix unlink errors not returning correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed May 18, 2024
1 parent feeffa3 commit e9dba9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/start_screen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ unlink_account_action()
SYSLaunchMenu();
return true;
}
current_screen = start_screen;
return false;
}
else if (button & VPAD_BUTTON_B)
{
Expand Down

0 comments on commit e9dba9b

Please sign in to comment.