| 159 | } |
| 160 | |
| 161 | void SettingsLayout::optsMemory_DefaultKey() { |
| 162 | g_MainApplication->LoadCommonIconMenuData(true, cfg::Strings.GetString(353), CommonIconKind::NAND, cfg::Strings.GetString(511)); |
| 163 | g_MainApplication->GetMemoryLayout()->UpdateElements(); |
| 164 | g_MainApplication->ShowLayout(g_MainApplication->GetMemoryLayout()); |
| 165 | } |
| 166 | |
| 167 | void SettingsLayout::Load() { |
| 168 | g_Settings.ApplyToMenu(this->options_menu); |
nothing calls this directly
no test coverage detected