CommonHostInterface: Remove system paused/resumed message

This commit is contained in:
Connor McLaughlin
2021-07-04 15:59:52 +10:00
parent e4b23ffb7e
commit 8be2b66ebb
3 changed files with 1 additions and 14 deletions

View File

@ -46,7 +46,6 @@ bool HasActiveWindow();
void UpdateSettings();
void SystemCreated();
void SystemDestroyed();
void SystemPaused(bool paused);
void OpenQuickMenu();
void CloseQuickMenu();