diff options
Diffstat (limited to 'src/citra_qt/main.cpp')
| -rw-r--r-- | src/citra_qt/main.cpp | 2 |
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() { | |||
| 510 | } | 510 | } |
| 511 | 511 | ||
| 512 | void GMainWindow::OnConfigure() { | 512 | void GMainWindow::OnConfigure() { |
| 513 | ConfigureDialog configureDialog(this, emulation_running); | 513 | ConfigureDialog configureDialog(this); |
| 514 | auto result = configureDialog.exec(); | 514 | auto result = configureDialog.exec(); |
| 515 | if (result == QDialog::Accepted) | 515 | if (result == QDialog::Accepted) |
| 516 | { | 516 | { |