mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
Qt: Improve updater
This commit is contained in:
parent
2e92d95888
commit
ee3d64145c
11 changed files with 240 additions and 42 deletions
|
@ -98,6 +98,10 @@ public:
|
|||
QFont GetDebugFont() const;
|
||||
void SetDebugFont(QFont font);
|
||||
|
||||
// Auto-Update
|
||||
QString GetAutoUpdateTrack() const;
|
||||
void SetAutoUpdateTrack(const QString& mode);
|
||||
|
||||
// Other
|
||||
GameListModel* GetGameListModel() const;
|
||||
signals:
|
||||
|
@ -119,6 +123,7 @@ signals:
|
|||
void CodeVisibilityChanged(bool visible);
|
||||
void DebugModeToggled(bool enabled);
|
||||
void DebugFontChanged(QFont font);
|
||||
void AutoUpdateTrackChanged(const QString& mode);
|
||||
|
||||
private:
|
||||
bool m_controller_state_needed = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue