Skip to content

Commit

Permalink
Properly refresh games on boot
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMangler authored and TheRhysWyrill committed Jul 9, 2023
1 parent bed7cb3 commit 128ac84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pcsx2-winrt/App.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ struct App : implements<App, IFrameworkViewSource, IFrameworkView>
WinRTHost::ProcessEventQueue();
if (VMManager::GetState() != VMState::Running)
{
GameList::Refresh(false, true);
GameList::Refresh(false);
ImGuiManager::InitializeFullscreenUI();

GetMTGS().WaitForOpen();
Expand Down

0 comments on commit 128ac84

Please sign in to comment.