citra_qt: Improvements to hotkeys and ui state management (#6224)

This commit is contained in:
Tobias 2023-02-04 19:06:20 +01:00 committed by GitHub
parent 9b49d94644
commit f66d03dd48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 383 additions and 292 deletions

View file

@ -119,6 +119,7 @@ private:
void ConnectWidgetEvents();
void ConnectMenuEvents();
void UpdateMenuState();
void PreventOSSleep();
void AllowOSSleep();
@ -169,7 +170,9 @@ private:
private slots:
void OnStartGame();
void OnRestartGame();
void OnPauseGame();
void OnPauseContinueGame();
void OnStopGame();
void OnSaveState();
void OnLoadState();