mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-22 17:28:45 +00:00
Merge pull request #6024 from ligfx/coreonstatechangedcallback
Qt: use Settings::EmulationStateChanged
This commit is contained in:
commit
0d07821935
31 changed files with 156 additions and 199 deletions
|
@ -41,9 +41,6 @@ public:
|
|||
bool eventFilter(QObject* object, QEvent* event) override;
|
||||
|
||||
signals:
|
||||
void EmulationStarted();
|
||||
void EmulationPaused();
|
||||
void EmulationStopped();
|
||||
void ReadOnlyModeChanged(bool read_only);
|
||||
void RecordingStatusChanged(bool recording);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue