diff options
author | bunnei <bunneidev@gmail.com> | 2018-01-15 12:56:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 12:56:16 -0500 |
commit | 054d3e5fc3bdfffa35166b4554b79e110a50b69a (patch) | |
tree | 72013db427160f5f250d101e6f6a46ef54f3a178 /src/yuzu/configuration/configure_graphics.ui | |
parent | 325f72acebd9ab7dd246f77ce7fbc2584104d00d (diff) | |
parent | a4f5ccbf0a834fa231ff584ad333a58be71f058f (diff) |
Merge pull request #20 from Andrix44/fixes
Various fixes
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> |