|
|
@ -6123,7 +6123,7 @@ bool FullscreenUI::Initialize()
|
|
|
|
if (s_tried_to_initialize)
|
|
|
|
if (s_tried_to_initialize)
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
|
|
|
|
|
|
|
|
ImGuiFullscreen::SetTheme();
|
|
|
|
ImGuiFullscreen::SetTheme(false);
|
|
|
|
ImGuiFullscreen::UpdateLayoutScale();
|
|
|
|
ImGuiFullscreen::UpdateLayoutScale();
|
|
|
|
|
|
|
|
|
|
|
|
if (!ImGuiManager::AddFullscreenFontsIfMissing() || !ImGuiFullscreen::Initialize("images/placeholder.png"))
|
|
|
|
if (!ImGuiManager::AddFullscreenFontsIfMissing() || !ImGuiFullscreen::Initialize("images/placeholder.png"))
|
|
|
@ -6147,6 +6147,11 @@ bool FullscreenUI::HasActiveWindow()
|
|
|
|
return false;
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
void FullscreenUI::CheckForConfigChanges(const Settings& old_settings)
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
// noop
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void FullscreenUI::OnSystemStarted()
|
|
|
|
void FullscreenUI::OnSystemStarted()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
// noop
|
|
|
|
// noop
|
|
|
|