improve MK8 preformance

resolutions are now multiplied
720p -> 1080p = 1.5
720p -> 1440p = 2
720p -> 2160p = 3
This commit is contained in:
Michael 2017-01-11 19:21:22 -08:00
parent 3c8160fbd9
commit b74219196f
3 changed files with 15 additions and 15 deletions

View File

@ -15,8 +15,8 @@ overwriteHeight = 1080
width = 640
height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1920
overwriteHeight = 1080
overwriteWidth = 960
overwriteHeight = 540
# MKTV screen
[TextureRedefine]
@ -32,12 +32,12 @@ width = 960
height = 536
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1440
overwriteHeight = 810
overwriteHeight = 804
# MKTV half res alpha
[TextureRedefine]
width = 480
height = 268
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1440
overwriteHeight = 810
overwriteWidth = 720
overwriteHeight = 402

View File

@ -15,8 +15,8 @@ overwriteHeight = 1440
width = 640
height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 2560
overwriteHeight = 1440
overwriteWidth = 1280
overwriteHeight = 720
# MKTV screen
[TextureRedefine]
@ -32,12 +32,12 @@ width = 960
height = 536
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1920
overwriteHeight = 1080
overwriteHeight = 1072
# MKTV half res alpha
[TextureRedefine]
width = 480
height = 268
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 1920
overwriteHeight = 1080
overwriteWidth = 960
overwriteHeight = 536

View File

@ -15,8 +15,8 @@ overwriteHeight = 2160
width = 640
height = 360
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 3840
overwriteHeight = 2160
overwriteWidth = 1920
overwriteHeight = 1080
# MKTV output
[TextureRedefine]
@ -32,12 +32,12 @@ width = 960
height = 536
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 2880
overwriteHeight = 1620
overwriteHeight = 1608
# MKTV half res alpha
[TextureRedefine]
width = 480
height = 268
formatsExcluded = 0x41A # exclude obvious textures
overwriteWidth = 2880
overwriteHeight = 1620
overwriteWidth = 1440
overwriteHeight = 804