MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / ShowUserPage

Function ShowUserPage

projects/uMenu/source/ul/menu/ui/ui_Common.cpp:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 }
309
310 void ShowUserPage() {
311 g_MenuApplication->FadeOutToLibraryApplet(AppletId_LibraryAppletMyPage);
312 UL_RC_ASSERT(ul::menu::smi::OpenUserPage());
313 g_MenuApplication->Finalize();
314 }
315
316 void ShowController() {
317 std::vector<std::string> options = { GetLanguageString("controllers_entry_support") };

Callers 1

Calls 3

OpenUserPageFunction · 0.85
FinalizeMethod · 0.80

Tested by

no test coverage detected