mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01:00
[Bayo2] optimize rules.txt for shadow pack
This commit is contained in:
parent
1c3a2157ff
commit
f4167c179d
@ -25,16 +25,9 @@ $shadowRes = 3
|
||||
name = Extreme (400%, Unstable)
|
||||
$shadowRes = 4
|
||||
|
||||
[TextureRedefine] # Shadows
|
||||
[TextureRedefine] # Shadows and Dynamic Shadows
|
||||
width = 1024
|
||||
height = 2048
|
||||
formats = 0x5
|
||||
overwriteWidth = $shadowRes * 1024
|
||||
overwriteHeight = $shadowRes * 2048
|
||||
|
||||
[TextureRedefine] # Dynamic Shadows
|
||||
width = 1024
|
||||
height = 2048
|
||||
formats = 0x011
|
||||
formats = 0x5,0x11
|
||||
overwriteWidth = $shadowRes * 1024
|
||||
overwriteHeight = $shadowRes * 2048
|
||||
|
Loading…
Reference in New Issue
Block a user