mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 02:33:05 -03:00
[Bayo2] optimize rules.txt for shadow pack
This commit is contained in:
parent
1c3a2157ff
commit
f4167c179d
1 changed files with 2 additions and 9 deletions
|
@ -25,16 +25,9 @@ $shadowRes = 3
|
||||||
name = Extreme (400%, Unstable)
|
name = Extreme (400%, Unstable)
|
||||||
$shadowRes = 4
|
$shadowRes = 4
|
||||||
|
|
||||||
[TextureRedefine] # Shadows
|
[TextureRedefine] # Shadows and Dynamic Shadows
|
||||||
width = 1024
|
width = 1024
|
||||||
height = 2048
|
height = 2048
|
||||||
formats = 0x5
|
formats = 0x5,0x11
|
||||||
overwriteWidth = $shadowRes * 1024
|
|
||||||
overwriteHeight = $shadowRes * 2048
|
|
||||||
|
|
||||||
[TextureRedefine] # Dynamic Shadows
|
|
||||||
width = 1024
|
|
||||||
height = 2048
|
|
||||||
formats = 0x011
|
|
||||||
overwriteWidth = $shadowRes * 1024
|
overwriteWidth = $shadowRes * 1024
|
||||||
overwriteHeight = $shadowRes * 2048
|
overwriteHeight = $shadowRes * 2048
|
||||||
|
|
Loading…
Add table
Reference in a new issue