mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-02-17 02:26:20 +01:00
[WindWakerHD] Added half res scaling
By popular requests. Needs to be tested first.
This commit is contained in:
parent
f3ded524aa
commit
500b81c09f
@ -19,6 +19,12 @@ formatsExcluded = 0x41A # exclude the intro background texture
|
|||||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||||
|
|
||||||
|
[TextureRedefine] # game halfres upscaling
|
||||||
|
width = 960
|
||||||
|
height = 540
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||||
|
|
||||||
[TextureRedefine] # gamepad rendering resolution
|
[TextureRedefine] # gamepad rendering resolution
|
||||||
width = 854
|
width = 854
|
||||||
height = 480
|
height = 480
|
||||||
|
Loading…
x
Reference in New Issue
Block a user