mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-05 06:41:49 +01:00
Update rules.txt
This commit is contained in:
parent
49aed27622
commit
c5e479236e
@ -128,17 +128,6 @@ name = Disable
|
||||
$AAEnable:int = 0
|
||||
|
||||
|
||||
#Shadows
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = $shadowRes * 1024
|
||||
overwriteHeight = $shadowRes * 1024
|
||||
|
||||
#Resolution
|
||||
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
@ -164,8 +153,8 @@ overwriteHeight = ($height/$gameHeight) * 720
|
||||
width = 1024
|
||||
height = 1024
|
||||
formats = 0x005
|
||||
overwriteWidth = ($width/$gameWidth) * 1024
|
||||
overwriteHeight = ($height/$gameHeight) * 1024
|
||||
overwriteWidth = $shadowRes * 1024
|
||||
overwriteHeight = $shadowRes * 1024
|
||||
|
||||
[TextureRedefine] #Zoom
|
||||
width = 1024
|
||||
|
Loading…
Reference in New Issue
Block a user