Skip to content

Commit

Permalink
Don't quit UU on browser load
Browse files Browse the repository at this point in the history
NOTE: This now freezes on returning to UU
  • Loading branch information
Epicpkmn11 committed Mar 12, 2022
1 parent cd5dd73 commit 685cedd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/menu/entryInfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,9 @@ void StoreUtils::EntryHandle(bool &showMark, bool &fetch, bool &sFetch, int &mod
}

if (hDown & KEY_SELECT && entry->GetWiki() != "") {
GSPGPU_ReleaseRight();
APT_PrepareToStartSystemApplet(APPID_WEB);
APT_StartSystemApplet(APPID_WEB, entry->GetWiki().c_str(), entry->GetWiki().size(), 0);
aptClearChainloader();
exiting = true;
}
}

Expand Down

0 comments on commit 685cedd

Please sign in to comment.