mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[Wind Waker HD] Add other resolutions
Fixes #353, copied directly from #374. Credit was given for the changes
This commit is contained in:
parent
552e8a0133
commit
c5d4820a9b
@ -2,11 +2,11 @@
|
||||
titleIds = 0005000010143400,0005000010143600,0005000010143500
|
||||
name = Resolution
|
||||
path = "The Legend of Zelda: The Wind Waker HD/Graphics/Resolution"
|
||||
description = Changes the resolution of the game. Made by getdls.
|
||||
description = Changes the resolution of the game. Made by getdls and Morph.
|
||||
version = 4
|
||||
|
||||
[Preset]
|
||||
name = 1920x1080 Default
|
||||
name = 1920x1080 (Default)
|
||||
$width = 1920
|
||||
$height = 1080
|
||||
$gameWidth = 1920
|
||||
@ -15,6 +15,36 @@ $lightSource = 1.0
|
||||
$scaleShader = 1.0
|
||||
$aspectRatio = (16.0/9.0)
|
||||
|
||||
[Preset]
|
||||
name = 320x180
|
||||
$width = 320
|
||||
$height = 180
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
$lightSource = 1.0
|
||||
$scaleShader = 1.0
|
||||
$aspectRatio = (16.0/9.0)
|
||||
|
||||
[Preset]
|
||||
name = 640x360
|
||||
$width = 640
|
||||
$height = 360
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
$lightSource = 1.0
|
||||
$scaleShader = 1.0
|
||||
$aspectRatio = (16.0/9.0)
|
||||
|
||||
[Preset]
|
||||
name = 960x540
|
||||
$width = 960
|
||||
$height = 540
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
$lightSource = 1.0
|
||||
$scaleShader = 1.0
|
||||
$aspectRatio = (16.0/9.0)
|
||||
|
||||
[Preset]
|
||||
name = 1280x720
|
||||
$width = 1280
|
||||
@ -35,6 +65,16 @@ $lightSource = 1.0
|
||||
$scaleShader = 1.0
|
||||
$aspectRatio = (16.0/9.0)
|
||||
|
||||
[Preset]
|
||||
name = 2560x1440
|
||||
$width = 2560
|
||||
$height = 1440
|
||||
$gameWidth = 1920
|
||||
$gameHeight = 1080
|
||||
$lightSource = 1.0
|
||||
$scaleShader = 1.0
|
||||
$aspectRatio = (16.0/9.0)
|
||||
|
||||
[Preset]
|
||||
name = 2732x1536
|
||||
$width = 2732
|
||||
|
Loading…
Reference in New Issue
Block a user