diff options
author | Hedges <hedges@resync.pl> | 2018-08-07 03:01:24 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-08-06 22:01:24 -0400 |
commit | e2b74f635410891b4ab9c202ecdd83dfe05df239 (patch) | |
tree | 90cf31b4b0f60d86709bfec1a3c021056bd0a269 /src/yuzu/configuration | |
parent | e218d79cc2d60468b42a56c4d76b4339ac8efd90 (diff) |
GDBStub works with both Unicorn and Dynarmic now (#941)
* GDBStub works with both Unicorn and Dynarmic now
* Tidy up
Diffstat (limited to 'src/yuzu/configuration')
-rw-r--r-- | src/yuzu/configuration/configure_debug.ui | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/yuzu/configuration/configure_debug.ui b/src/yuzu/configuration/configure_debug.ui index 118e91cf1..5ae7276bd 100644 --- a/src/yuzu/configuration/configure_debug.ui +++ b/src/yuzu/configuration/configure_debug.ui @@ -23,13 +23,6 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="QLabel" name="label_1"> - <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_1"> <item> <widget class="QCheckBox" name="toggle_gdbstub"> |