mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-26 23:55:40 +00:00
Qt: Drop Settings accessor from HostInterface
This should only be accessed on the emulation thread.
This commit is contained in:
parent
d343743768
commit
6737b3ec44
|
@ -38,10 +38,6 @@ public:
|
||||||
void putSettingValue(const QString& name, const QVariant& value);
|
void putSettingValue(const QString& name, const QVariant& value);
|
||||||
void removeSettingValue(const QString& name);
|
void removeSettingValue(const QString& name);
|
||||||
|
|
||||||
const Settings& GetCoreSettings() const { return m_settings; }
|
|
||||||
Settings& GetCoreSettings() { return m_settings; }
|
|
||||||
// void UpdateCoreSettingsGPU();
|
|
||||||
|
|
||||||
const GameList* getGameList() const { return m_game_list.get(); }
|
const GameList* getGameList() const { return m_game_list.get(); }
|
||||||
GameList* getGameList() { return m_game_list.get(); }
|
GameList* getGameList() { return m_game_list.get(); }
|
||||||
void refreshGameList(bool invalidate_cache = false, bool invalidate_database = false);
|
void refreshGameList(bool invalidate_cache = false, bool invalidate_database = false);
|
||||||
|
|
Loading…
Reference in a new issue