From 8ea091a78a4322b78902127128a33f67f141b622 Mon Sep 17 00:00:00 2001 From: zilmar Date: Sat, 4 Jun 2016 16:50:41 +1000 Subject: [PATCH] [Project64] Hide Rom browser on rom starting not load --- Source/Project64/UserInterface/GuiClass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Project64/UserInterface/GuiClass.cpp b/Source/Project64/UserInterface/GuiClass.cpp index c1bc72a48..315126bc5 100644 --- a/Source/Project64/UserInterface/GuiClass.cpp +++ b/Source/Project64/UserInterface/GuiClass.cpp @@ -202,7 +202,6 @@ void CMainGui::GameLoaded(CMainGui * Gui) WriteTrace(TraceUserInterface, TraceDebug, "Add Recent Rom"); Gui->AddRecentRom(FileLoc.c_str()); Gui->SetWindowCaption(stdstr(g_Settings->LoadStringVal(Game_GoodName)).ToUTF16().c_str()); - Gui->HideRomList(); } } @@ -215,6 +214,7 @@ void CMainGui::GameCpuRunning(CMainGui * Gui) { if (g_Settings->LoadBool(GameRunning_CPU_Running)) { + Gui->HideRomList(); Gui->MakeWindowOnTop(UISettingsLoadBool(UserInterface_AlwaysOnTop)); if (UISettingsLoadBool(Setting_AutoFullscreen)) {