1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-09-17 04:07:53 -05:00

Improve rendering on resolution lower than 1080p (#944)

* Improve rendering on resolution lower than 1080p

* Apply scaling factor to the renderer (This fix 4K displays)
This commit is contained in:
Thog
2020-02-18 12:34:57 +01:00
committed by GitHub
parent d736352da2
commit 5f6949d9b0
2 changed files with 54 additions and 18 deletions

View File

@@ -363,8 +363,6 @@
<property name="orientation">vertical</property>
<child>
<object class="GtkBox" id="_viewBox">
<property name="width_request">1280</property>
<property name="height_request">720</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>