mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[HW] Fix menu screen
Thanks MelonSpeedruns! See https://github.com/slashiee/cemu_graphic_packs/pull/141 for this same issue
This commit is contained in:
parent
73cfd2f249
commit
0995450505
@ -244,8 +244,8 @@ $scaleBlur = 1.0
|
||||
[TextureRedefine]
|
||||
width = 1280
|
||||
height = 720
|
||||
#formats = 0x816,0x810,0x433,0x431,0x41a,0x011,0x008,0x001,0x01a
|
||||
formatsExcluded = 0x431,0x433
|
||||
#formats = 0x816,0x810,0x433,0x431,0x41a,0x011,0x001,0x01a
|
||||
formatsExcluded = 0x431,0x433,0x008
|
||||
tileModesExcluded = 0x001
|
||||
overwriteWidth = ($width/$gameWidth) * 1280
|
||||
overwriteHeight = ($height/$gameHeight) * 720
|
||||
|
Loading…
Reference in New Issue
Block a user