diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-10-23 07:49:41 +0200 |
---|---|---|
committer | Fernando Sahmkow <fsahmkow27@gmail.com> | 2021-11-16 22:11:33 +0100 |
commit | 864f2e0b8144a0814f2555d06fffe1e7439854fe (patch) | |
tree | b53a16be63725729abb66378064c025b01624cb7 /src | |
parent | FSR: Fix GCC build errors (diff) | |
download | yuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.tar yuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.tar.gz yuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.tar.bz2 yuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.tar.lz yuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.tar.xz yuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.tar.zst yuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/configuration/configure_graphics.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/yuzu/configuration/configure_graphics.ui b/src/yuzu/configuration/configure_graphics.ui index 0d2987fcf..660b68c1c 100644 --- a/src/yuzu/configuration/configure_graphics.ui +++ b/src/yuzu/configuration/configure_graphics.ui @@ -335,12 +335,12 @@ <widget class="QComboBox" name="resolution_combobox"> <item> <property name="text"> - <string>0.5X (360p/540p)[MAY BREAK]</string> + <string>0.5X (360p/540p) [EXPERIMENTAL]</string> </property> </item> <item> <property name="text"> - <string>0.75X (540p/810p)[MAY BREAK]</string> + <string>0.75X (540p/810p) [EXPERIMENTAL]</string> </property> </item> <item> @@ -350,12 +350,12 @@ </item> <item> <property name="text"> - <string>2X (1440p/2160[4K]p)</string> + <string>2X (1440p/2160p)</string> </property> </item> <item> <property name="text"> - <string>3X (2160p[4K]/3240p)</string> + <string>3X (2160p/3240p)</string> </property> </item> <item> @@ -380,7 +380,7 @@ </item> <item> <widget class="QWidget" name="scaling_filter_layout" native="true"> - <layout class="QHBoxLayout" name="horizontalLayout_5"> + <layout class="QHBoxLayout" name="horizontalLayout_6"> <property name="leftMargin"> <number>0</number> </property> |