mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 11:17:57 -05:00
Presentation: add Nearest Neighbor filter.
This commit is contained in:
@ -387,6 +387,11 @@
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QComboBox" name="scaling_filter_combobox">
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Nearest Neighbor</string>
|
||||
</property>
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>Bilinear</string>
|
||||
@ -404,7 +409,7 @@
|
||||
</item>
|
||||
<item>
|
||||
<property name="text">
|
||||
<string>FidelityFX Super Resolution</string>
|
||||
<string>FidelityFX Super Resolution [Vulkan Only]</string>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
|
Reference in New Issue
Block a user