mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 11:47:34 -03:00
[Smash] Fix 360p performance pack
This commit is contained in:
parent
189db230da
commit
685aa43618
1 changed files with 14 additions and 14 deletions
|
@ -11,44 +11,44 @@ overwriteHeight = 360
|
||||||
[TextureRedefine] # half-res
|
[TextureRedefine] # half-res
|
||||||
width = 960
|
width = 960
|
||||||
height = 540
|
height = 540
|
||||||
overwriteWidth =
|
overwriteWidth = 320
|
||||||
overwriteHeight =
|
overwriteHeight = 180
|
||||||
|
|
||||||
[TextureRedefine] # q-res
|
[TextureRedefine] # q-res
|
||||||
width = 480
|
width = 480
|
||||||
height = 270
|
height = 270
|
||||||
overwriteWidth =
|
overwriteWidth = 160
|
||||||
overwriteHeight =
|
overwriteHeight = 90
|
||||||
|
|
||||||
[TextureRedefine] # o-res
|
[TextureRedefine] # o-res
|
||||||
width = 240
|
width = 240
|
||||||
height = 135
|
height = 135
|
||||||
overwriteWidth =
|
overwriteWidth = 80
|
||||||
overwriteHeight =
|
overwriteHeight = 45
|
||||||
|
|
||||||
[TextureRedefine] # half-res 2
|
[TextureRedefine] # half-res 2
|
||||||
width = 120
|
width = 120
|
||||||
height = 67
|
height = 67
|
||||||
overwriteWidth =
|
overwriteWidth = 40
|
||||||
overwriteHeight =
|
overwriteHeight = 22
|
||||||
|
|
||||||
[TextureRedefine] # q-res 2
|
[TextureRedefine] # q-res 2
|
||||||
width = 60
|
width = 60
|
||||||
height = 33
|
height = 33
|
||||||
overwriteWidth =
|
overwriteWidth = 20
|
||||||
overwriteHeight =
|
overwriteHeight = 11
|
||||||
|
|
||||||
[TextureRedefine] # o-res 2
|
[TextureRedefine] # o-res 2
|
||||||
width = 30
|
width = 30
|
||||||
height = 16
|
height = 16
|
||||||
overwriteWidth =
|
overwriteWidth = 10
|
||||||
overwriteHeight =
|
overwriteHeight = 5
|
||||||
|
|
||||||
[TextureRedefine] # o-res 3
|
[TextureRedefine] # o-res 3
|
||||||
width = 8
|
width = 8
|
||||||
height = 1
|
height = 1
|
||||||
overwriteWidth =
|
overwriteWidth = 2
|
||||||
overwriteHeight =
|
overwriteHeight = 1
|
||||||
|
|
||||||
[TextureRedefine] # 2nd
|
[TextureRedefine] # 2nd
|
||||||
width = 820
|
width = 820
|
||||||
|
|
Loading…
Reference in a new issue