mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-24 00:41:51 +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
|
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
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user