FullscreenUI: Move functionality to Host

This commit is contained in:
Stenzek
2024-01-20 20:09:32 +10:00
parent bc04854ed3
commit b98ac8722a
7 changed files with 214 additions and 353 deletions

View File

@@ -150,6 +150,9 @@ Q_SIGNALS:
void achievementsChallengeModeChanged(bool enabled);
void cheatEnabled(quint32 index, bool enabled);
/// Big Picture UI requests.
void onCoverDownloaderOpenRequested();
public Q_SLOTS:
void setDefaultSettings(bool system = true, bool controller = true);
void applySettings(bool display_osd_messages = false);