diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2017-06-28 08:50:22 +0100 | 
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2017-06-28 08:50:22 +0100 | 
| commit | f1790e6d91e0d8414831b5ad2aefcdb9a37b91ad (patch) | |
| tree | 903a506cf43cef4023ed8ba477c2b68f6e1f251c | |
| parent | fa53ccc74b26a0cfe80e3302cce3238b875cc20c (diff) | |
configure_debug: Add label warning that CPU JIT needs to be disabled for gdbstub to work
| -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 @@         </property>         <layout class="QVBoxLayout" name="verticalLayout_2">          <item> +         <widget class="QLabel"> +          <property name="text"> +           <string>The GDB Stub only works correctly when the CPU JIT is off.</string> +          </property> +         </widget> +        </item> +        <item>           <layout class="QHBoxLayout" name="horizontalLayout_3">            <item>             <widget class="QCheckBox" name="toggle_gdbstub">  | 
