| 48 | } |
| 49 | |
| 50 | void ApplicationListLayout::apps_DefaultKey(const u32 app_idx) { |
| 51 | g_MainApplication->GetApplicationContentsLayout()->LoadApplication(app_idx); |
| 52 | g_MainApplication->ShowLayout(g_MainApplication->GetApplicationContentsLayout()); |
| 53 | } |
| 54 | |
| 55 | void ApplicationListLayout::ReloadApplications() { |
| 56 | if(!this->needs_menu_reload) { |
nothing calls this directly
no test coverage detected