diff options
| author | 2016-06-01 10:43:33 +0300 | |
|---|---|---|
| committer | 2016-07-10 06:22:38 +0300 | |
| commit | ec3e99eec762a380322b0c058e30a69e92fb3c1d (patch) | |
| tree | ac1f58cfcf65a108d24e1ff6bf1c0d0e49bebe00 /src/citra_qt/main.cpp | |
| parent | Service::CFG/FS: add and refactor out utilities for front-end (diff) | |
| download | yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.tar.gz yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.tar.xz yuzu-ec3e99eec762a380322b0c058e30a69e92fb3c1d.zip | |
Qt: add system settings config tab
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 0ed1ffa5a..6fe5d7a3f 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -508,7 +508,7 @@ void GMainWindow::ToggleWindowMode() { | |||
| 508 | } | 508 | } |
| 509 | 509 | ||
| 510 | void GMainWindow::OnConfigure() { | 510 | void GMainWindow::OnConfigure() { |
| 511 | ConfigureDialog configureDialog(this); | 511 | ConfigureDialog configureDialog(this, emulation_running); |
| 512 | auto result = configureDialog.exec(); | 512 | auto result = configureDialog.exec(); |
| 513 | if (result == QDialog::Accepted) | 513 | if (result == QDialog::Accepted) |
| 514 | { | 514 | { |