FullscreenUI: Only show debug menu bar in NoGUI

This commit is contained in:
Connor McLaughlin
2021-02-24 18:56:41 +10:00
parent 85ad091c22
commit b56b438f1f
3 changed files with 24 additions and 10 deletions

View File

@ -61,7 +61,10 @@ bool NoGUIHostInterface::Initialize()
}
if (m_fullscreen_ui_enabled)
{
FullscreenUI::SetDebugMenuAllowed(true);
FullscreenUI::QueueGameListRefresh();
}
// process events to pick up controllers before updating input map
PollAndUpdate();