mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-07 21:23:29 +02:00
Remove two states from the CoreState enum.
This commit is contained in:
@@ -1246,7 +1246,7 @@ namespace MainWindow {
|
||||
|
||||
void UpdateCommands() {
|
||||
static GlobalUIState lastGlobalUIState = UISTATE_PAUSEMENU;
|
||||
static CoreState lastCoreState = CORE_BOOT_ERROR;
|
||||
static CoreState lastCoreState = CORE_POWERDOWN;
|
||||
|
||||
HMENU menu = GetMenu(GetHWND());
|
||||
EnableMenuItem(menu, ID_DEBUG_LOG, g_Config.bEnableLogging ? MF_ENABLED : MF_GRAYED);
|
||||
|
||||
Reference in New Issue
Block a user