mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Qt: use Settings::EmulationStateChanged
This commit is contained in:
@ -12,6 +12,11 @@
|
||||
#include "Core/NetPlayClient.h"
|
||||
#include "Core/NetPlayServer.h"
|
||||
|
||||
namespace Core
|
||||
{
|
||||
enum class State;
|
||||
}
|
||||
|
||||
namespace DiscIO
|
||||
{
|
||||
enum class Language;
|
||||
@ -76,6 +81,7 @@ public:
|
||||
GameListModel* GetGameListModel() const;
|
||||
|
||||
signals:
|
||||
void EmulationStateChanged(Core::State new_state);
|
||||
void ThemeChanged();
|
||||
void PathAdded(const QString&);
|
||||
void PathRemoved(const QString&);
|
||||
|
Reference in New Issue
Block a user