diff options
| author | 2017-06-28 12:19:05 -0600 | |
|---|---|---|
| committer | 2017-06-28 12:19:05 -0600 | |
| commit | 19f1216e72533a2da06136d881ab13d16dd78f2b (patch) | |
| tree | e907c1838755533e1ea8918315d73c9036d7ba29 /src | |
| parent | Merge pull request #2812 from tiagmoraismorgado/patch-1 (diff) | |
| parent | configure_debug: Add label warning that CPU JIT needs to be disabled for gdbs... (diff) | |
| download | yuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.tar.gz yuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.tar.xz yuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.zip | |
Merge pull request #2811 from MerryMage/qtdebug
configure_debug: Add label warning that CPU JIT needs to be disabled …
Diffstat (limited to 'src')
| -rw-r--r-- | src/citra_qt/configuration/configure_debug.ui | 7 |
1 files changed, 7 insertions, 0 deletions
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"> |