diff options
Diffstat (limited to 'src/citra_qt/configuration')
| -rw-r--r-- | src/citra_qt/configuration/config.cpp | 6 | ||||
| -rw-r--r-- | src/citra_qt/configuration/configure_debug.ui | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/src/citra_qt/configuration/config.cpp b/src/citra_qt/configuration/config.cpp index 2b99447ec..64ffc9152 100644 --- a/src/citra_qt/configuration/config.cpp +++ b/src/citra_qt/configuration/config.cpp | |||
| @@ -70,9 +70,9 @@ void Config::ReadValues() { | |||
| 70 | Settings::values.use_vsync = qt_config->value("use_vsync", false).toBool(); | 70 | Settings::values.use_vsync = qt_config->value("use_vsync", false).toBool(); |
| 71 | Settings::values.toggle_framelimit = qt_config->value("toggle_framelimit", true).toBool(); | 71 | Settings::values.toggle_framelimit = qt_config->value("toggle_framelimit", true).toBool(); |
| 72 | 72 | ||
| 73 | Settings::values.bg_red = qt_config->value("bg_red", 1.0).toFloat(); | 73 | Settings::values.bg_red = qt_config->value("bg_red", 0.0).toFloat(); |
| 74 | Settings::values.bg_green = qt_config->value("bg_green", 1.0).toFloat(); | 74 | Settings::values.bg_green = qt_config->value("bg_green", 0.0).toFloat(); |
| 75 | Settings::values.bg_blue = qt_config->value("bg_blue", 1.0).toFloat(); | 75 | Settings::values.bg_blue = qt_config->value("bg_blue", 0.0).toFloat(); |
| 76 | qt_config->endGroup(); | 76 | qt_config->endGroup(); |
| 77 | 77 | ||
| 78 | qt_config->beginGroup("Layout"); | 78 | qt_config->beginGroup("Layout"); |
diff --git a/src/citra_qt/configuration/configure_debug.ui b/src/citra_qt/configuration/configure_debug.ui index bbbb0e3f4..96638ebdb 100644 --- a/src/citra_qt/configuration/configure_debug.ui +++ b/src/citra_qt/configuration/configure_debug.ui | |||
| @@ -23,6 +23,13 @@ | |||
| 23 | </property> | 23 | </property> |
| 24 | <layout class="QVBoxLayout" name="verticalLayout_2"> | 24 | <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 25 | <item> | 25 | <item> |
| 26 | <widget class="QLabel"> | ||
| 27 | <property name="text"> | ||
| 28 | <string>The GDB Stub only works correctly when the CPU JIT is off.</string> | ||
| 29 | </property> | ||
| 30 | </widget> | ||
| 31 | </item> | ||
| 32 | <item> | ||
| 26 | <layout class="QHBoxLayout" name="horizontalLayout_3"> | 33 | <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 27 | <item> | 34 | <item> |
| 28 | <widget class="QCheckBox" name="toggle_gdbstub"> | 35 | <widget class="QCheckBox" name="toggle_gdbstub"> |