mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 03:24:15 +01:00
[BotW] add "5k" (10240x5760) resolution pack
added it specifically for those with RTX card, i'm curious on the performance
This commit is contained in:
parent
98d2c06d15
commit
9918196b5a
@ -13,7 +13,7 @@ $gameWidth = 1280
|
|||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$heightfix = 0
|
$heightfix = 0
|
||||||
|
|
||||||
// Performance
|
# Performance
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 320x180 (16:9)
|
name = 320x180 (16:9)
|
||||||
@ -39,7 +39,7 @@ $gameWidth = 1280
|
|||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$heightfix = 0
|
$heightfix = 0
|
||||||
|
|
||||||
// Common HD Resolutions
|
# Common HD Resolutions
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = 1600x900 (16:9)
|
name = 1600x900 (16:9)
|
||||||
@ -89,7 +89,15 @@ $gameWidth = 1280
|
|||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$heightfix = 0
|
$heightfix = 0
|
||||||
|
|
||||||
// Common Ultrawide Resolutions
|
[Preset]
|
||||||
|
name = 10240x5760 (16:9)
|
||||||
|
$width = 10240
|
||||||
|
$height = 5760
|
||||||
|
$gameWidth = 1280
|
||||||
|
$gameHeight = 720
|
||||||
|
$heightfix = 0
|
||||||
|
|
||||||
|
# Common Ultrawide Resolutions
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = -----------------------------------
|
name = -----------------------------------
|
||||||
@ -123,7 +131,7 @@ $gameWidth = 1280
|
|||||||
$gameHeight = 720
|
$gameHeight = 720
|
||||||
$heightfix = 0
|
$heightfix = 0
|
||||||
|
|
||||||
// Common 16:10 Resolutions
|
# Common 16:10 Resolutions
|
||||||
|
|
||||||
[Preset]
|
[Preset]
|
||||||
name = -----------------------------------
|
name = -----------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user