diff options
| author | 2017-06-28 08:50:22 +0100 | |
|---|---|---|
| committer | 2017-06-28 08:50:22 +0100 | |
| commit | f1790e6d91e0d8414831b5ad2aefcdb9a37b91ad (patch) | |
| tree | 903a506cf43cef4023ed8ba477c2b68f6e1f251c | |
| parent | Merge pull request #2778 from Subv/uds_more (diff) | |
| download | yuzu-f1790e6d91e0d8414831b5ad2aefcdb9a37b91ad.tar.gz yuzu-f1790e6d91e0d8414831b5ad2aefcdb9a37b91ad.tar.xz yuzu-f1790e6d91e0d8414831b5ad2aefcdb9a37b91ad.zip | |
configure_debug: Add label warning that CPU JIT needs to be disabled for gdbstub to work
Diffstat (limited to '')
| -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"> |