diff options
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/configuration/configure_general.ui | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/src/yuzu/configuration/configure_general.ui b/src/yuzu/configuration/configure_general.ui index 8ce97edec..69b6c2d66 100644 --- a/src/yuzu/configuration/configure_general.ui +++ b/src/yuzu/configuration/configure_general.ui | |||
| @@ -25,6 +25,36 @@ | |||
| 25 | <item> | 25 | <item> |
| 26 | <layout class="QVBoxLayout" name="GeneralVerticalLayout"> | 26 | <layout class="QVBoxLayout" name="GeneralVerticalLayout"> |
| 27 | <item> | 27 | <item> |
| 28 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | ||
| 29 | <item> | ||
| 30 | <widget class="QLabel" name="fps_cap_label"> | ||
| 31 | <property name="text"> | ||
| 32 | <string>Framerate Cap</string> | ||
| 33 | </property> | ||
| 34 | <property name="toolTip"> | ||
| 35 | <string>Requires the use of the FPS Limiter Toggle hotkey to take effect.</string> | ||
| 36 | </property> | ||
| 37 | </widget> | ||
| 38 | </item> | ||
| 39 | <item> | ||
| 40 | <widget class="QSpinBox" name="fps_cap"> | ||
| 41 | <property name="suffix"> | ||
| 42 | <string>x</string> | ||
| 43 | </property> | ||
| 44 | <property name="minimum"> | ||
| 45 | <number>1</number> | ||
| 46 | </property> | ||
| 47 | <property name="maximum"> | ||
| 48 | <number>1000</number> | ||
| 49 | </property> | ||
| 50 | <property name="value"> | ||
| 51 | <number>500</number> | ||
| 52 | </property> | ||
| 53 | </widget> | ||
| 54 | </item> | ||
| 55 | </layout> | ||
| 56 | </item> | ||
| 57 | <item> | ||
| 28 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | 58 | <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 29 | <item> | 59 | <item> |
| 30 | <widget class="QCheckBox" name="toggle_speed_limit"> | 60 | <widget class="QCheckBox" name="toggle_speed_limit"> |
| @@ -52,36 +82,6 @@ | |||
| 52 | </layout> | 82 | </layout> |
| 53 | </item> | 83 | </item> |
| 54 | <item> | 84 | <item> |
| 55 | <layout class="QHBoxLayout" name="horizontalLayout_2"> | ||
| 56 | <item> | ||
| 57 | <widget class="QLabel" name="fps_cap_label"> | ||
| 58 | <property name="text"> | ||
| 59 | <string>Framerate Cap</string> | ||
| 60 | </property> | ||
| 61 | <property name="toolTip"> | ||
| 62 | <string>Requires the use of the FPS Limiter Toggle hotkey to take effect.</string> | ||
| 63 | </property> | ||
| 64 | </widget> | ||
| 65 | </item> | ||
| 66 | <item> | ||
| 67 | <widget class="QSpinBox" name="fps_cap"> | ||
| 68 | <property name="suffix"> | ||
| 69 | <string>x</string> | ||
| 70 | </property> | ||
| 71 | <property name="minimum"> | ||
| 72 | <number>1</number> | ||
| 73 | </property> | ||
| 74 | <property name="maximum"> | ||
| 75 | <number>1000</number> | ||
| 76 | </property> | ||
| 77 | <property name="value"> | ||
| 78 | <number>500</number> | ||
| 79 | </property> | ||
| 80 | </widget> | ||
| 81 | </item> | ||
| 82 | </layout> | ||
| 83 | </item> | ||
| 84 | <item> | ||
| 85 | <widget class="QCheckBox" name="use_multi_core"> | 85 | <widget class="QCheckBox" name="use_multi_core"> |
| 86 | <property name="text"> | 86 | <property name="text"> |
| 87 | <string>Multicore CPU Emulation</string> | 87 | <string>Multicore CPU Emulation</string> |