diff options
author | unknown <katisx1@citromail.hu> | 2018-01-15 16:59:02 +0100 |
---|---|---|
committer | unknown <katisx1@citromail.hu> | 2018-01-15 16:59:02 +0100 |
commit | 27960d8c2cfbe4188584f0186b56ea8806f9e223 (patch) | |
tree | 21f6f000509fe8404c03159e3a12d1db85a7b893 /src/yuzu/configuration/configure_graphics.ui | |
parent | af6e0faf0a464d00b6ddc5d3526ab89bb635acca (diff) |
Update the internal resolution settings
Diffstat (limited to 'src/yuzu/configuration/configure_graphics.ui')
-rw-r--r-- | src/yuzu/configuration/configure_graphics.ui | 40 |
1 files changed, 5 insertions, 35 deletions
diff --git a/src/yuzu/configuration/configure_graphics.ui b/src/yuzu/configuration/configure_graphics.ui index 489156805..366931a9a 100644 --- a/src/yuzu/configuration/configure_graphics.ui +++ b/src/yuzu/configuration/configure_graphics.ui @@ -34,7 +34,7 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>Internal Resolution:</string> + <string>Internal Resolution:(Currently does nothing.)</string> </property> </widget> </item> @@ -47,52 +47,22 @@ </item> <item> <property name="text"> - <string>Native (400x240)</string> + <string>Native (1280x720)</string> </property> </item> <item> <property name="text"> - <string>2x Native (800x480)</string> + <string>2x Native (2560x1440)</string> </property> </item> <item> <property name="text"> - <string>3x Native (1200x720)</string> + <string>3x Native (3840x2160)</string> </property> </item> <item> <property name="text"> - <string>4x Native (1600x960)</string> - </property> - </item> - <item> - <property name="text"> - <string>5x Native (2000x1200)</string> - </property> - </item> - <item> - <property name="text"> - <string>6x Native (2400x1440)</string> - </property> - </item> - <item> - <property name="text"> - <string>7x Native (2800x1680)</string> - </property> - </item> - <item> - <property name="text"> - <string>8x Native (3200x1920)</string> - </property> - </item> - <item> - <property name="text"> - <string>9x Native (3600x2160)</string> - </property> - </item> - <item> - <property name="text"> - <string>10x Native (4000x2400)</string> + <string>4x Native (5120x2880)</string> </property> </item> </widget> |