summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-02-10 10:06:58 -0700
committerGitHub <noreply@github.com>2022-02-10 10:06:58 -0700
commit1105614b86450f64e04d0d409aa9d91883f3258c (patch)
tree4765a9261ff11f3ee7e33d96184c91ac32ba84ac /src/yuzu/main.h
parentfc01074f89f6b19060d4550282c0631cda0b7720 (diff)
parentab93b4c66de04db92ada60d41975bb8c111a7f87 (diff)
Merge pull request #7861 from german77/user_features
yuzu: New hotkeys and mute audio on background
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index ca4ab9af5..6a35b9e3d 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -284,6 +284,9 @@ private slots:
void OnTasStartStop();
void OnTasRecord();
void OnTasReset();
+ void OnToggleDockedMode();
+ void OnToggleGpuAccuracy();
+ void OnToggleAdaptingFilter();
void OnConfigurePerGame();
void OnLoadAmiibo();
void OnOpenYuzuFolder();
@@ -369,6 +372,7 @@ private:
QString game_path;
bool auto_paused = false;
+ bool auto_muted = false;
QTimer mouse_hide_timer;
// FS