diff options
| author | bunnei <bunneidev@gmail.com> | 2016-08-24 22:15:38 -0400 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-08-29 21:42:29 -0400 |
| commit | 2267f98941ca03e11fbc0ff71ee4b682f8e41933 (patch) | |
| tree | 29a52864b9661bf391012d76ebd035482e3a19ba /src/citra_qt/configure_general.ui | |
| parent | 3f515c01bc68aa23f80ab5337e08cdc513a6f017 (diff) | |
qt: Add a configuration tab for Graphics and move relevant fields.
Diffstat (limited to 'src/citra_qt/configure_general.ui')
| -rw-r--r-- | src/citra_qt/configure_general.ui | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/src/citra_qt/configure_general.ui b/src/citra_qt/configure_general.ui index 5eb309793..f993f7525 100644 --- a/src/citra_qt/configure_general.ui +++ b/src/citra_qt/configure_general.ui @@ -107,40 +107,6 @@ </widget> </item> <item> - <widget class="QGroupBox" name="groupBox_2"> - <property name="title"> - <string>Performance</string> - </property> - <layout class="QHBoxLayout" name="horizontalLayout_2"> - <item> - <layout class="QVBoxLayout" name="verticalLayout_3"> - <item> - <widget class="QCheckBox" name="toogle_hw_renderer"> - <property name="text"> - <string>Enable hardware renderer</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="toogle_shader_jit"> - <property name="text"> - <string>Enable shader JIT</string> - </property> - </widget> - </item> - <item> - <widget class="QCheckBox" name="toogle_scaled_resolution"> - <property name="text"> - <string>Enable scaled resolution</string> - </property> - </widget> - </item> - </layout> - </item> - </layout> - </widget> - </item> - <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>Hotkeys</string> |
