Browse Source
Merge pull request #45 from FearlessTobi/patch-1
Implement Pull #3030 from Citra: Rename derivative class name
pull/15/merge
bunnei
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
6 deletions
-
src/yuzu/configuration/configure_debug.ui
|
|
|
@ -13,24 +13,24 @@ |
|
|
|
<property name="windowTitle"> |
|
|
|
<string>Form</string> |
|
|
|
</property> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_1"> |
|
|
|
<item> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
<item> |
|
|
|
<widget class="QGroupBox" name="groupBox"> |
|
|
|
<property name="title"> |
|
|
|
<string>GDB</string> |
|
|
|
</property> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2"> |
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3"> |
|
|
|
<item> |
|
|
|
<widget class="QLabel"> |
|
|
|
<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_3"> |
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_1"> |
|
|
|
<item> |
|
|
|
<widget class="QCheckBox" name="toggle_gdbstub"> |
|
|
|
<property name="text"> |
|
|
|
@ -52,7 +52,7 @@ |
|
|
|
</spacer> |
|
|
|
</item> |
|
|
|
<item> |
|
|
|
<widget class="QLabel" name="label"> |
|
|
|
<widget class="QLabel" name="label_2"> |
|
|
|
<property name="text"> |
|
|
|
<string>Port:</string> |
|
|
|
</property> |
|
|
|
|