summaryrefslogtreecommitdiff
path: root/src/citra_qt/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/citra_qt/main.h')
-rw-r--r--src/citra_qt/main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/citra_qt/main.h b/src/citra_qt/main.h
index 6d27ce6a9..f6d429cd9 100644
--- a/src/citra_qt/main.h
+++ b/src/citra_qt/main.h
@@ -99,6 +99,7 @@ private slots:
99 void OnConfigure(); 99 void OnConfigure();
100 void OnDisplayTitleBars(bool); 100 void OnDisplayTitleBars(bool);
101 void SetHardwareRendererEnabled(bool); 101 void SetHardwareRendererEnabled(bool);
102 void SetGdbstubEnabled(bool);
102 void SetShaderJITEnabled(bool); 103 void SetShaderJITEnabled(bool);
103 void ToggleWindowMode(); 104 void ToggleWindowMode();
104 105