Skip to content

Commit

Permalink
don't load again the autobooted rom when trying to change ROMs
Browse files Browse the repository at this point in the history
  • Loading branch information
saulfabregwiivc committed Nov 2, 2023
1 parent 6e86400 commit a070c61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/main_gc-menu2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ int main(int argc, char* argv[]) {
// after init wpad wait a bit
sleep(2);
menu->setActiveFrame(MenuContext::FRAME_LOADROM);
// avoid autobooted rom to be loaded again when trying to change roms
menu->Autoboot = false;
}
else if (miniMenuActive)
{
Expand Down

0 comments on commit a070c61

Please sign in to comment.