fixed menus graying bug caused by r2466
This commit is contained in:
parent
7688ac9ae8
commit
c020a6bf39
|
@ -1005,8 +1005,8 @@ void CloseGame()
|
|||
{
|
||||
FCEUI_CloseGame();
|
||||
KillMemView();
|
||||
updateGameDependentMenus(1);
|
||||
updateGameDependentMenusDebugger(1);
|
||||
updateGameDependentMenus(GameInfo != 0);
|
||||
updateGameDependentMenusDebugger(GameInfo != 0);
|
||||
SetMainWindowText();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue