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

View File

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

View File

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