diff options
author | LittleWhite <lw.demoscene@googlemail.com> | 2016-01-24 21:54:04 +0100 |
---|---|---|
committer | LittleWhite <lw.demoscene@googlemail.com> | 2016-03-22 21:53:43 +0100 |
commit | 3eb737a5f5b199fd3f9951a7060255f46011e9ff (patch) | |
tree | cc44971ba38dbb0a86929df09e7cd613e583e8a3 /src/citra_qt/configure_general.ui | |
parent | Whole config is handled by Config class. (diff) | |
download | yuzu-3eb737a5f5b199fd3f9951a7060255f46011e9ff.tar yuzu-3eb737a5f5b199fd3f9951a7060255f46011e9ff.tar.gz yuzu-3eb737a5f5b199fd3f9951a7060255f46011e9ff.tar.bz2 yuzu-3eb737a5f5b199fd3f9951a7060255f46011e9ff.tar.lz yuzu-3eb737a5f5b199fd3f9951a7060255f46011e9ff.tar.xz yuzu-3eb737a5f5b199fd3f9951a7060255f46011e9ff.tar.zst yuzu-3eb737a5f5b199fd3f9951a7060255f46011e9ff.zip |
Diffstat (limited to '')
-rw-r--r-- | src/citra_qt/configure_general.ui | 80 |
1 files changed, 75 insertions, 5 deletions
diff --git a/src/citra_qt/configure_general.ui b/src/citra_qt/configure_general.ui index f847d3c6c..47184c5c6 100644 --- a/src/citra_qt/configure_general.ui +++ b/src/citra_qt/configure_general.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>284</width> + <width>300</width> <height>377</height> </rect> </property> @@ -25,7 +25,14 @@ <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> - <widget class="QCheckBox" name="toogleCheckExit"> + <widget class="QCheckBox" name="toogle_deepscan"> + <property name="text"> + <string>Recursive scan for game folder</string> + </property> + </widget> + </item> + <item> + <widget class="QCheckBox" name="toogle_check_exit"> <property name="text"> <string>Confirm exit while emulation is running</string> </property> @@ -37,6 +44,69 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_4"> + <property name="title"> + <string>Emulation</string> + </property> + <layout class="QHBoxLayout" name="horizontalLayout_5"> + <item> + <layout class="QVBoxLayout" name="verticalLayout_6"> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_6"> + <item> + <widget class="QLabel" name="label"> + <property name="text"> + <string>Region:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="region_combobox"> + <item> + <property name="text"> + <string notr="true">JPN</string> + </property> + </item> + <item> + <property name="text"> + <string notr="true">USA</string> + </property> + </item> + <item> + <property name="text"> + <string notr="true">EUR</string> + </property> + </item> + <item> + <property name="text"> + <string notr="true">AUS</string> + </property> + </item> + <item> + <property name="text"> + <string notr="true">CHN</string> + </property> + </item> + <item> + <property name="text"> + <string notr="true">KOR</string> + </property> + </item> + <item> + <property name="text"> + <string notr="true">TWN</string> + </property> + </item> + </widget> + </item> + </layout> + </item> + </layout> + </item> + </layout> + </widget> + </item> + <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Performance</string> @@ -45,16 +115,16 @@ <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="QCheckBox" name="toogleHWRenderer"> + <widget class="QCheckBox" name="toogle_hw_renderer"> <property name="text"> <string>Enable hardware renderer</string> </property> </widget> </item> <item> - <widget class="QCheckBox" name="toogleShaderJIT"> + <widget class="QCheckBox" name="toogle_shader_jit"> <property name="text"> - <string>Enable Shader JIT</string> + <string>Enable shader JIT</string> </property> </widget> </item> |