| 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") }; |
no test coverage detected