Merge pull request #12878 from LillyJadeKatrin/retroachievements-hardcore-state-changed

Decouple Hardcore from EmulationStateChanged
This commit is contained in:
JMC47 2024-06-23 18:13:56 -04:00 committed by GitHub
commit c536754ffe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 0 deletions

View file

@ -223,6 +223,7 @@ signals:
void SDCardInsertionChanged(bool inserted);
void USBKeyboardConnectionChanged(bool connected);
void EnableGfxModsChanged(bool enabled);
void HardcoreStateChanged();
private:
Settings();