mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 01:09:08 +01:00
[XCX] test 1080 scaling
This commit is contained in:
parent
b6ca418e2e
commit
ce2af98152
@ -85,8 +85,8 @@ width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A,0x033,0x031 #dialog prompt fixes, XCX Logo NLA exclude obvious textures
|
||||
tileModesExcluded = 0x001
|
||||
overwriteWidth = <?=round($scaleFactorX*640 * 2 / 1.5)?>
|
||||
overwriteHeight = <?=round($scaleFactorY)*360*(2/1.5)?>
|
||||
overwriteWidth = <?=round($scaleFactorX*640*(2/1.5))?>
|
||||
overwriteHeight = <?=round($scaleFactorY*360*(2/1.5))?>
|
||||
|
||||
[TextureRedefine] #XCX Dynamic shadow scale both same for smoother transitions
|
||||
width = 512
|
||||
@ -99,7 +99,7 @@ overwriteHeight = <?=round($scaleFactorY)*1024?>
|
||||
width = 512
|
||||
height = 288
|
||||
overwriteWidth = <?=round($scaleFactorX*512*(2/1.5))?>
|
||||
overwriteHeight = <?=round($scaleFactorY)*(288*(2/1.5))?>
|
||||
overwriteHeight = <?=round($scaleFactorY*288*(2/1.5))?>
|
||||
|
||||
[TextureRedefine] # Fog
|
||||
width = 426
|
||||
|
Loading…
x
Reference in New Issue
Block a user