mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-12 11:08:56 +00:00
Settings: Remove ConfigChangedCallback on shutdown
This commit is contained in:
parent
9c40a7976b
commit
8724daf44e
2 changed files with 7 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
#include <QRadioButton>
|
||||
#include <QSettings>
|
||||
|
||||
#include "Common/Config/Config.h"
|
||||
#include "Core/Config/MainSettings.h"
|
||||
#include "DiscIO/Enums.h"
|
||||
#include "InputCommon/ControllerInterface/ControllerInterface.h"
|
||||
|
@ -232,6 +233,7 @@ private:
|
|||
std::shared_ptr<NetPlay::NetPlayClient> m_client;
|
||||
std::shared_ptr<NetPlay::NetPlayServer> m_server;
|
||||
ControllerInterface::HotplugCallbackHandle m_hotplug_callback_handle;
|
||||
Config::ConfigChangedCallbackID m_config_changed_callback_id;
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE(Core::State);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue