mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-14 16:37:07 +00:00
added x0.75 resolution setting
This commit is contained in:
parent
e4d2dea201
commit
1f283b366b
1 changed files with 1 additions and 0 deletions
|
|
@ -1399,6 +1399,7 @@ class SettingViews {
|
||||||
) {
|
) {
|
||||||
val scaleOptions = listOf(
|
val scaleOptions = listOf(
|
||||||
0.5f to "0.5x (360p/540p)",
|
0.5f to "0.5x (360p/540p)",
|
||||||
|
0.75f to "0.75x (540p/810p)",
|
||||||
1f to "1.0x (720p/1080p)",
|
1f to "1.0x (720p/1080p)",
|
||||||
2f to "2.0x (1440p/2160p)",
|
2f to "2.0x (1440p/2160p)",
|
||||||
3f to "3.0x (2160p/3240p)",
|
3f to "3.0x (2160p/3240p)",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue