mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-24 00:41:51 +01:00
[XCX] Copy paste fix
This commit is contained in:
parent
e1cda328f8
commit
aeb0234c20
@ -97,12 +97,12 @@ overwriteHeight = <?=round($scaleFactorY*45)?>
|
|||||||
width = 1024
|
width = 1024
|
||||||
height = 1024
|
height = 1024
|
||||||
formats = 0x005
|
formats = 0x005
|
||||||
overwriteWidth = <?=round($scaleFactorX*80)?>
|
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*45)?>
|
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
||||||
|
|
||||||
[TextureRedefine] #XCX Dynamic shadow scale both same for smoother transitions
|
[TextureRedefine] #XCX Dynamic shadow scale both same for smoother transitions
|
||||||
width = 512
|
width = 512
|
||||||
height = 512
|
height = 512
|
||||||
formats = 0x005
|
formats = 0x005
|
||||||
overwriteWidth = <?=round($scaleFactorX*80)?>
|
overwriteWidth = <?=round($scaleFactorX*1024)?>
|
||||||
overwriteHeight = <?=round($scaleFactorY*45)?>
|
overwriteHeight = <?=round($scaleFactorY*1024)?>
|
||||||
|
Loading…
Reference in New Issue
Block a user