summaryrefslogtreecommitdiffstats
path: root/src/citra_qt/main.cpp
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/main.cpp
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/main.cpp')
-rw-r--r--src/citra_qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp
index 9fd4482f6..cf467532f 100644
--- a/src/citra_qt/main.cpp
+++ b/src/citra_qt/main.cpp
@@ -510,7 +510,7 @@ void GMainWindow::ToggleWindowMode() {
}
void GMainWindow::OnConfigure() {
- ConfigureDialog configureDialog(this, emulation_running);
+ ConfigureDialog configureDialog(this);
auto result = configureDialog.exec();
if (result == QDialog::Accepted)
{