mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
Update rules.txt
This commit is contained in:
parent
aeacc754b0
commit
ea1128bf1c
@ -37,7 +37,7 @@ overwriteHeight = <?=round($scaleFactorY*182)?>
|
||||
[TextureRedefine] #Dupe of Main Game
|
||||
width = 320
|
||||
height = 180
|
||||
formatsExcluded = 0x35
|
||||
formatsExcluded = 0x35,0x433
|
||||
overwriteWidth = <?=round($scaleFactorX*320)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*180)?>
|
||||
|
||||
@ -53,37 +53,37 @@ height = 90
|
||||
overwriteWidth = <?=round($scaleFactorX*160)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*90)?>
|
||||
|
||||
#[TextureRedefine] #Shadows?
|
||||
#width = 1024
|
||||
#height = 2048
|
||||
#formats = 0x005
|
||||
#overwriteWidth = <?=round($scaleFactorY*1024)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*2048)?>
|
||||
[TextureRedefine] #Shadows?
|
||||
width = 1024
|
||||
height = 2048
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorY*1024)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*2048)?>
|
||||
|
||||
#[TextureRedefine] #Dupe of Main Game?
|
||||
#width = 64
|
||||
#height = 64
|
||||
#formats = 0x005
|
||||
#overwriteWidth = <?=round($scaleFactorY*64)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*64)?>
|
||||
[TextureRedefine] #Dupe of Main Game?
|
||||
width = 64
|
||||
height = 64
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorY*64)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*64)?>
|
||||
|
||||
#[TextureRedefine] #Dupe of Main Game?
|
||||
#width = 16
|
||||
#height = 16
|
||||
#formats = 0x005
|
||||
#overwriteWidth = <?=round($scaleFactorY*16)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*16)?>
|
||||
[TextureRedefine] #Dupe of Main Game?
|
||||
width = 16
|
||||
height = 16
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorY*16)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*16)?>
|
||||
|
||||
#[TextureRedefine] #Dupe of Main Game?
|
||||
#width = 4
|
||||
#height = 4
|
||||
#formats = 0x005
|
||||
#overwriteWidth = <?=round($scaleFactorY*6)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*6)?>
|
||||
[TextureRedefine] #Dupe of Main Game?
|
||||
width = 4
|
||||
height = 4
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorY*6)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*6)?>
|
||||
|
||||
#[TextureRedefine] #Dupe of Main Game?
|
||||
#width = 1
|
||||
#height = 1
|
||||
#formats = 0x005
|
||||
#overwriteWidth = <?=round($scaleFactorY*1)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*1)?>
|
||||
[TextureRedefine] #Dupe of Main Game?
|
||||
width = 1
|
||||
height = 1
|
||||
formats = 0x005
|
||||
overwriteWidth = <?=round($scaleFactorY*1)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*1)?>
|
||||
|
Loading…
Reference in New Issue
Block a user