Qt: Hook up console settings
This commit is contained in:
@@ -25,8 +25,13 @@ public:
|
||||
const QSettings& getQSettings() const { return m_qsettings; }
|
||||
QSettings& getQSettings() { return m_qsettings; }
|
||||
void setDefaultSettings();
|
||||
void updateQSettings();
|
||||
void applySettings();
|
||||
|
||||
const Settings& GetCoreSettings() const { return m_settings; }
|
||||
Settings& GetCoreSettings() { return m_settings; }
|
||||
//void UpdateCoreSettingsGPU();
|
||||
|
||||
const GameList* getGameList() const { return m_game_list.get(); }
|
||||
GameList* getGameList() { return m_game_list.get(); }
|
||||
void updateGameListDatabase(bool refresh_list = true);
|
||||
|
||||
Reference in New Issue
Block a user