Achievements: Fix crash when toggling off with list open

This commit is contained in:
Connor McLaughlin
2022-09-21 22:58:18 +10:00
parent 5568de1e03
commit 065472ddda
3 changed files with 18 additions and 0 deletions

View File

@ -6,10 +6,13 @@
class HostDisplayTexture;
struct Settings;
namespace FullscreenUI {
bool Initialize();
bool IsInitialized();
bool HasActiveWindow();
void CheckForConfigChanges(const Settings& old_settings);
void OnSystemStarted();
void OnSystemPaused();
void OnSystemResumed();