mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
52 lines
914 B
Plaintext
52 lines
914 B
Plaintext
|
[Definition]
|
||
|
titleIds = 000500001019C800,000500001019E600,000500001019E500
|
||
|
name = Resolution
|
||
|
path = "The Legend of Zelda: Twilight Princess HD/Graphics/Performance Resolution"
|
||
|
description = Changes the resolution of the game.
|
||
|
version = 3
|
||
|
|
||
|
[Preset]
|
||
|
name = 1280x720
|
||
|
$width = 1280
|
||
|
$height = 720
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 640x360
|
||
|
$width = 640
|
||
|
$height = 360
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
[Preset]
|
||
|
name = 960x540
|
||
|
$width = 960
|
||
|
$height = 540
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
|
||
|
[Preset]
|
||
|
name = 1600x900
|
||
|
$width = 1600
|
||
|
$height = 900
|
||
|
$gameWidth = 1920
|
||
|
$gameHeight = 1080
|
||
|
|
||
|
|
||
|
[TextureRedefine]
|
||
|
width = 1920
|
||
|
height = 1088
|
||
|
#formats = 0x011,0x01a
|
||
|
overwriteWidth = ($width/$gameWidth) * 1920
|
||
|
overwriteHeight = ($height/$gameHeight) * 1088
|
||
|
|
||
|
[TextureRedefine]
|
||
|
width = 1920
|
||
|
height = 1080
|
||
|
#formats =
|
||
|
overwriteWidth = ($width/$gameWidth) * 1920
|
||
|
overwriteHeight = ($height/$gameHeight) * 1080
|
||
|
|