Remove two states from the CoreState enum.

This commit is contained in:
Henrik Rydgård
2025-04-05 09:18:56 +02:00
parent 24b30cc709
commit b27a022e7c
11 changed files with 17 additions and 33 deletions
+1 -1
View File
@@ -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);