mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[WWHD] Shadow scaling x2
Light bleed fix sacles all sub 1920 res to x2
This commit is contained in:
parent
6490a99614
commit
9003c2a89e
@ -66,5 +66,5 @@ overwriteHeight = <?=round($scaleFactorY*33*2)?>
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorY)*1024?>
|
||||
overwriteHeight = <?=round($scaleFactorY)*1024?>
|
||||
overwriteWidth = <?=round($scaleFactorY)*2048?>
|
||||
overwriteHeight = <?=round($scaleFactorY)*2048?>
|
Loading…
Reference in New Issue
Block a user