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

@ -518,6 +518,9 @@ void OnSystemPaused();
/// Called when the VM is resumed after being paused.
void OnSystemResumed();
/// Called when the pause state changes, or fullscreen UI opens.
void OnIdleStateChanged();
/// Called when performance metrics are updated, approximately once a second.
void OnPerformanceCountersUpdated();