Add Open Achievements Hotkey

Adds a hotkey to pause emulation and bring up the Achievements dialog.
This commit is contained in:
LillyJadeKatrin
2024-07-02 02:43:35 -04:00
parent 5ea3d9fca0
commit 2372b6a386
5 changed files with 25 additions and 0 deletions

View File

@ -53,6 +53,9 @@ signals:
void ExportRecording();
void ToggleReadOnlyMode();
void ConnectWiiRemote(int id);
#ifdef USE_RETRO_ACHIEVEMENTS
void OpenAchievements();
#endif // USE_RETRO_ACHIEVEMENTS
void Step();
void StepOver();