diff options
| author | 2017-08-25 23:53:07 +0200 | |
|---|---|---|
| committer | 2017-08-25 17:53:07 -0400 | |
| commit | 3cdf854e44e7ff088fa0cbdcfa2bcc6e41822b2c (patch) | |
| tree | fea4d815243451086ec4da459f3a310b02019437 /src/citra_qt/configuration | |
| parent | Merge pull request #2839 from Subv/global_kernel_lock (diff) | |
| download | yuzu-3cdf854e44e7ff088fa0cbdcfa2bcc6e41822b2c.tar.gz yuzu-3cdf854e44e7ff088fa0cbdcfa2bcc6e41822b2c.tar.xz yuzu-3cdf854e44e7ff088fa0cbdcfa2bcc6e41822b2c.zip | |
SidebySide Layout (#2859)
* added a SidebySide Layout
* Reworked, so both screen have the same height and cleaned up screen translates.
* added the option in the UI, hope this is the right way to do it. formated framebuffer_layout.cpp
* delete the x64 files
* deleted ui_configure_graphics.h
* added Option for the Layout in the xml
* got rid of SIDE_BY_SIDE_ASPECT_RATIO because it was useless. pulled translate into variables
* changed shift variables to u32 and moved them in their respective branch. remove notr="true" for the Screen layout drop down
* reworked intends :). changed function description for SideFrameLayout
* some description reworking
Diffstat (limited to 'src/citra_qt/configuration')
| -rw-r--r-- | src/citra_qt/configuration/configure_graphics.ui | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/src/citra_qt/configuration/configure_graphics.ui b/src/citra_qt/configuration/configure_graphics.ui index 228f2a869..b340149d5 100644 --- a/src/citra_qt/configuration/configure_graphics.ui +++ b/src/citra_qt/configuration/configure_graphics.ui | |||
| @@ -146,17 +146,22 @@ | |||
| 146 | <widget class="QComboBox" name="layout_combobox"> | 146 | <widget class="QComboBox" name="layout_combobox"> |
| 147 | <item> | 147 | <item> |
| 148 | <property name="text"> | 148 | <property name="text"> |
| 149 | <string notr="true">Default</string> | 149 | <string>Default</string> |
| 150 | </property> | 150 | </property> |
| 151 | </item> | 151 | </item> |
| 152 | <item> | 152 | <item> |
| 153 | <property name="text"> | 153 | <property name="text"> |
| 154 | <string notr="true">Single Screen</string> | 154 | <string>Single Screen</string> |
| 155 | </property> | 155 | </property> |
| 156 | </item> | 156 | </item> |
| 157 | <item> | 157 | <item> |
| 158 | <property name="text"> | 158 | <property name="text"> |
| 159 | <string notr="true">Large Screen</string> | 159 | <string>Large Screen</string> |
| 160 | </property> | ||
| 161 | </item> | ||
| 162 | <item> | ||
| 163 | <property name="text"> | ||
| 164 | <string>Side by Side</string> | ||
| 160 | </property> | 165 | </property> |
| 161 | </item> | 166 | </item> |
| 162 | </widget> | 167 | </widget> |