summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2017-06-28 20:19:05 +0200
committerGitHub <noreply@github.com>2017-06-28 20:19:05 +0200
commit19f1216e72533a2da06136d881ab13d16dd78f2b (patch)
treee907c1838755533e1ea8918315d73c9036d7ba29
parentMerge pull request #2812 from tiagmoraismorgado/patch-1 (diff)
parentconfigure_debug: Add label warning that CPU JIT needs to be disabled for gdbstub to work (diff)
downloadyuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.tar
yuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.tar.gz
yuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.tar.bz2
yuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.tar.lz
yuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.tar.xz
yuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.tar.zst
yuzu-19f1216e72533a2da06136d881ab13d16dd78f2b.zip
-rw-r--r--src/citra_qt/configuration/configure_debug.ui7
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">