diff options
author | bunnei <bunneidev@gmail.com> | 2021-08-09 21:32:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-09 21:32:07 +0200 |
commit | 3e3bd425c15ee2c9c952ac404e4282a609d645a2 (patch) | |
tree | 98df6fb2086e3e23a7abdbbdcef7f55c8ce76325 /src | |
parent | Merge pull request #6844 from ameerj/vp9-empty-frame (diff) | |
parent | configure_general: Swap positions of speed limit and frame limit options (diff) | |
download | yuzu-3e3bd425c15ee2c9c952ac404e4282a609d645a2.tar yuzu-3e3bd425c15ee2c9c952ac404e4282a609d645a2.tar.gz yuzu-3e3bd425c15ee2c9c952ac404e4282a609d645a2.tar.bz2 yuzu-3e3bd425c15ee2c9c952ac404e4282a609d645a2.tar.lz yuzu-3e3bd425c15ee2c9c952ac404e4282a609d645a2.tar.xz yuzu-3e3bd425c15ee2c9c952ac404e4282a609d645a2.tar.zst yuzu-3e3bd425c15ee2c9c952ac404e4282a609d645a2.zip |
Diffstat (limited to 'src')
-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 @@ <item> <layout class="QVBoxLayout" name="GeneralVerticalLayout"> <item> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <item> + <widget class="QLabel" name="fps_cap_label"> + <property name="text"> + <string>Framerate Cap</string> + </property> + <property name="toolTip"> + <string>Requires the use of the FPS Limiter Toggle hotkey to take effect.</string> + </property> + </widget> + </item> + <item> + <widget class="QSpinBox" name="fps_cap"> + <property name="suffix"> + <string>x</string> + </property> + <property name="minimum"> + <number>1</number> + </property> + <property name="maximum"> + <number>1000</number> + </property> + <property name="value"> + <number>500</number> + </property> + </widget> + </item> + </layout> + </item> + <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QCheckBox" name="toggle_speed_limit"> @@ -52,36 +82,6 @@ </layout> </item> <item> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <widget class="QLabel" name="fps_cap_label"> - <property name="text"> - <string>Framerate Cap</string> - </property> - <property name="toolTip"> - <string>Requires the use of the FPS Limiter Toggle hotkey to take effect.</string> - </property> - </widget> - </item> - <item> - <widget class="QSpinBox" name="fps_cap"> - <property name="suffix"> - <string>x</string> - </property> - <property name="minimum"> - <number>1</number> - </property> - <property name="maximum"> - <number>1000</number> - </property> - <property name="value"> - <number>500</number> - </property> - </widget> - </item> - </layout> - </item> - <item> <widget class="QCheckBox" name="use_multi_core"> <property name="text"> <string>Multicore CPU Emulation</string> |