mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-23 01:59:18 +01:00
[WindWakerHD] Add optional half res scaling.
Off by default, so be sure to enable it if you want it.
This commit is contained in:
parent
3991feee73
commit
1d5ae33a01
@ -19,6 +19,14 @@ formatsExcluded = 0x41A # exclude the intro background texture
|
||||
overwriteWidth = <?=round($scaleFactorX*1920)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1080)?>
|
||||
|
||||
# Remove the #'s before the overwriteWidth and overwriteHeight to enable this.
|
||||
# Will affect blurred area's which will result in looking darker.
|
||||
[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