diff options
author | ThaMighty90 <30285364+ThaMighty90@users.noreply.github.com> | 2017-08-25 23:53:07 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2017-08-25 17:53:07 -0400 |
commit | 3cdf854e44e7ff088fa0cbdcfa2bcc6e41822b2c (patch) | |
tree | fea4d815243451086ec4da459f3a310b02019437 /src/citra_qt/configuration/configure_graphics.ui | |
parent | 61442d6afba2f7528ddf3bbee64e8c2d86a4f4a8 (diff) |
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/configure_graphics.ui')
-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 @@ <widget class="QComboBox" name="layout_combobox"> <item> <property name="text"> - <string notr="true">Default</string> + <string>Default</string> </property> </item> <item> <property name="text"> - <string notr="true">Single Screen</string> + <string>Single Screen</string> </property> </item> <item> <property name="text"> - <string notr="true">Large Screen</string> + <string>Large Screen</string> + </property> + </item> + <item> + <property name="text"> + <string>Side by Side</string> </property> </item> </widget> |