diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/configure_general.ui | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/citra_qt/configure_general.ui b/src/citra_qt/configure_general.ui index 343f804c0..81688113f 100644 --- a/src/citra_qt/configure_general.ui +++ b/src/citra_qt/configure_general.ui | |||
| @@ -43,6 +43,26 @@ | |||
| 43 | </layout> | 43 | </layout> |
| 44 | </widget> | 44 | </widget> |
| 45 | </item> | 45 | </item> |
| 46 | <item> | ||
| 47 | <widget class="QGroupBox" name="groupBox_2"> | ||
| 48 | <property name="title"> | ||
| 49 | <string>Performance</string> | ||
| 50 | </property> | ||
| 51 | <layout class="QHBoxLayout" name="horizontalLayout_7"> | ||
| 52 | <item> | ||
| 53 | <layout class="QVBoxLayout" name="verticalLayout_5"> | ||
| 54 | <item> | ||
| 55 | <widget class="QCheckBox" name="toggle_cpu_jit"> | ||
| 56 | <property name="text"> | ||
| 57 | <string>Enable CPU JIT</string> | ||
| 58 | </property> | ||
| 59 | </widget> | ||
| 60 | </item> | ||
| 61 | </layout> | ||
| 62 | </item> | ||
| 63 | </layout> | ||
| 64 | </widget> | ||
| 65 | </item> | ||
| 46 | <item> | 66 | <item> |
| 47 | <widget class="QGroupBox" name="groupBox_4"> | 67 | <widget class="QGroupBox" name="groupBox_4"> |
| 48 | <property name="title"> | 68 | <property name="title"> |