FullscreenUI: Fix opening while paused

This commit is contained in:
Stenzek
2023-12-14 16:07:57 +10:00
parent 7e1276fbac
commit 7e2afe82b5
6 changed files with 73 additions and 23 deletions

View File

@@ -738,6 +738,10 @@ void Host::OnSystemDestroyed()
{
}
void Host::OnIdleStateChanged()
{
}
void Host::BeginPresentFrame()
{
}