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
adc3e4250a
commit
aeacc754b0
@ -20,12 +20,13 @@ tileModesExcluded = 0x001
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
#[TextureRedefine] #Only saw depth in Nsight
|
||||
#width = 640
|
||||
#height = 360
|
||||
#tileModesExcluded = 0x001
|
||||
#overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||
[TextureRedefine] #Only saw depth in Nsight
|
||||
width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x35
|
||||
tileModesExcluded = 0x001
|
||||
overwriteWidth = <?=round($scaleFactorX*640)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*360)?>
|
||||
|
||||
[TextureRedefine] #Lighting?
|
||||
width = 322
|
||||
@ -33,11 +34,12 @@ height = 182
|
||||
overwriteWidth = <?=round($scaleFactorX*322)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*182)?>
|
||||
|
||||
#[TextureRedefine] #Dupe of Main Game
|
||||
#width = 320
|
||||
#height = 180
|
||||
#overwriteWidth = <?=round($scaleFactorX*320)?>
|
||||
#overwriteHeight = <?=round($scaleFactorY*180)?>
|
||||
[TextureRedefine] #Dupe of Main Game
|
||||
width = 320
|
||||
height = 180
|
||||
formatsExcluded = 0x35
|
||||
overwriteWidth = <?=round($scaleFactorX*320)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*180)?>
|
||||
|
||||
[TextureRedefine] #Lighting Blur?
|
||||
width = 162
|
||||
|
Loading…
Reference in New Issue
Block a user