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
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();