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

Function ShowAlbum

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

Source from the content-addressed store, hash-verified

379 }
380
381 void ShowAlbum() {
382 // Cannot force to launch actual album applet, ams has no option for that (it will likely launch hbmenu due to default user key override config)
383 g_MenuApplication->FadeOutToLibraryApplet(AppletId_LibraryAppletPhotoViewer);
384 UL_RC_ASSERT(ul::menu::smi::OpenAlbum());
385 g_MenuApplication->Finalize();
386 }
387
388 void ShowMiiEdit() {
389 g_MenuApplication->FadeOutToLibraryApplet(AppletId_LibraryAppletMiiEdit);

Callers 1

Calls 3

OpenAlbumFunction · 0.85
FinalizeMethod · 0.80

Tested by

no test coverage detected