mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-26 11:34:15 +01:00
parent
2a62d54fee
commit
e1cda328f8
@ -92,3 +92,17 @@ height = 46
|
||||
#formatsExcluded = 0x816 #fixed in shader
|
||||
overwriteWidth = <?=round($scaleFactorX*80)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*45)?>
|
||||
|
||||
[TextureRedefine] #XCX shadow
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorX*80)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*45)?>
|
||||
|
||||
[TextureRedefine] #XCX Dynamic shadow scale both same for smoother transitions
|
||||
width = 512
|
||||
height = 512
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorX*80)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*45)?>
|
||||
|
Loading…
Reference in New Issue
Block a user