summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar ameerj2021-10-23 01:49:41 -0400
committerGravatar Fernando Sahmkow2021-11-16 22:11:33 +0100
commit864f2e0b8144a0814f2555d06fffe1e7439854fe (patch)
treeb53a16be63725729abb66378064c025b01624cb7 /src
parentFSR: Fix GCC build errors (diff)
downloadyuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.tar.gz
yuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.tar.xz
yuzu-864f2e0b8144a0814f2555d06fffe1e7439854fe.zip
configure_graphics.ui: Cleanup scaling options and fix duplicate name warning
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/configuration/configure_graphics.ui10
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 @@
335 <widget class="QComboBox" name="resolution_combobox"> 335 <widget class="QComboBox" name="resolution_combobox">
336 <item> 336 <item>
337 <property name="text"> 337 <property name="text">
338 <string>0.5X (360p/540p)[MAY BREAK]</string> 338 <string>0.5X (360p/540p) [EXPERIMENTAL]</string>
339 </property> 339 </property>
340 </item> 340 </item>
341 <item> 341 <item>
342 <property name="text"> 342 <property name="text">
343 <string>0.75X (540p/810p)[MAY BREAK]</string> 343 <string>0.75X (540p/810p) [EXPERIMENTAL]</string>
344 </property> 344 </property>
345 </item> 345 </item>
346 <item> 346 <item>
@@ -350,12 +350,12 @@
350 </item> 350 </item>
351 <item> 351 <item>
352 <property name="text"> 352 <property name="text">
353 <string>2X (1440p/2160[4K]p)</string> 353 <string>2X (1440p/2160p)</string>
354 </property> 354 </property>
355 </item> 355 </item>
356 <item> 356 <item>
357 <property name="text"> 357 <property name="text">
358 <string>3X (2160p[4K]/3240p)</string> 358 <string>3X (2160p/3240p)</string>
359 </property> 359 </property>
360 </item> 360 </item>
361 <item> 361 <item>
@@ -380,7 +380,7 @@
380 </item> 380 </item>
381 <item> 381 <item>
382 <widget class="QWidget" name="scaling_filter_layout" native="true"> 382 <widget class="QWidget" name="scaling_filter_layout" native="true">
383 <layout class="QHBoxLayout" name="horizontalLayout_5"> 383 <layout class="QHBoxLayout" name="horizontalLayout_6">
384 <property name="leftMargin"> 384 <property name="leftMargin">
385 <number>0</number> 385 <number>0</number>
386 </property> 386 </property>