mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +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)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||
|
||||
[TextureRedefine] # game halfres upscaling
|
||||
width = 960
|
||||
height = 540
|
||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||
|
||||
[TextureRedefine] # gamepad rendering resolution
|
||||
width = 854
|
||||
height = 480
|
||||
|
Loading…
Reference in New Issue
Block a user