mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 16:31:50 +01:00
improve MK8 preformance
resolutions are now multiplied 720p -> 1080p = 1.5 720p -> 1440p = 2 720p -> 2160p = 3
This commit is contained in:
parent
3c8160fbd9
commit
b74219196f
@ -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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user