mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
[WW] Move shadow scaling to source
As PS depends on shadow res
This commit is contained in:
parent
957724ba8d
commit
6e8738f710
@ -60,4 +60,11 @@ height = 33
|
|||||||
formatsExcluded = 0x816
|
formatsExcluded = 0x816
|
||||||
overwriteWidth = <?=round($scaleFactorX*60)?>
|
overwriteWidth = <?=round($scaleFactorX*60)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*33)?>
|
overwriteHeight = <?=round($scaleFactorY*33)?>
|
||||||
#240x135x texture , not 132 integer for 2880p
|
#240x135x texture , not 132 integer for 2880p
|
||||||
|
|
||||||
|
[TextureRedefine] #Shadows
|
||||||
|
width = 1024
|
||||||
|
height = 1024
|
||||||
|
formats = 0x005
|
||||||
|
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
||||||
|
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
Loading…
Reference in New Issue
Block a user