diff options
author | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-07-18 20:33:20 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:27 +0100 |
commit | 37ef9c913028e234509bcf70bad049b0210e4592 (patch) | |
tree | 4502ff26068fcbef55b36679c7afdc546182bf36 /src/yuzu/configuration/configure_graphics.ui | |
parent | 22f4b290b6f0894d29302102f539dd8753961f04 (diff) |
Settings: Add resolution scaling to settings.
Diffstat (limited to 'src/yuzu/configuration/configure_graphics.ui')
-rw-r--r-- | src/yuzu/configuration/configure_graphics.ui | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_graphics.ui b/src/yuzu/configuration/configure_graphics.ui index beae74344..1b6ac3cbb 100644 --- a/src/yuzu/configuration/configure_graphics.ui +++ b/src/yuzu/configuration/configure_graphics.ui @@ -310,6 +310,70 @@ </widget> </item> <item> + <widget class="QWidget" name="resolution_layout" native="true"> + <layout class="QHBoxLayout" name="horizontalLayout_5"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item> + <widget class="QLabel" name="resolution_label"> + <property name="text"> + <string>Resolution:</string> + </property> + </widget> + </item> + <item> + <widget class="QComboBox" name="resolution_combobox"> + <item> + <property name="text"> + <string>0.5X (360p/540p)</string> + </property> + </item> + <item> + <property name="text"> + <string>0.75X (540p/810p)</string> + </property> + </item> + <item> + <property name="text"> + <string>1X (720p/1080p)</string> + </property> + </item> + <item> + <property name="text"> + <string>1.5X (1080p/1620p)</string> + </property> + </item> + <item> + <property name="text"> + <string>2X (1440p/2160[4K]p)</string> + </property> + </item> + <item> + <property name="text"> + <string>3X (2160p[4K]/3240p[6K])</string> + </property> + </item> + <item> + <property name="text"> + <string>4X (2880p/4320p[8K])</string> + </property> + </item> + </widget> + </item> + </layout> + </widget> + </item> + <item> <widget class="QWidget" name="bg_layout" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> |