summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/configure_dialog.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2016-09-02 14:18:45 +0200
committerwwylele <wwylele@gmail.com>2016-09-02 14:18:45 +0200
commitbdc59c4c21bebccd6b8497f8f3667c57574677b1 (patch)
tree01751cd1c7329b041aaa1d40cf1bf8b098c61567 /src/citra_qt/configure_dialog.h
parentMerge pull request #2040 from citra-emu/revert-2037-msvc-relwithdebinfo (diff)
downloadyuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar
yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.gz
yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.bz2
yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.lz
yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.xz
yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.tar.zst
yuzu-bdc59c4c21bebccd6b8497f8f3667c57574677b1.zip
Diffstat (limited to 'src/citra_qt/configure_dialog.h')
-rw-r--r--src/citra_qt/configure_dialog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/citra_qt/configure_dialog.h b/src/citra_qt/configure_dialog.h
index 305b33bdf..e232699cd 100644
--- a/src/citra_qt/configure_dialog.h
+++ b/src/citra_qt/configure_dialog.h
@@ -16,7 +16,7 @@ class ConfigureDialog : public QDialog
Q_OBJECT
public:
- explicit ConfigureDialog(QWidget *parent, bool emulation_running);
+ explicit ConfigureDialog(QWidget *parent);
~ConfigureDialog();
void applyConfiguration();
@@ -26,5 +26,4 @@ private:
private:
std::unique_ptr<Ui::ConfigureDialog> ui;
- bool emulation_running;
};