mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 19:27:36 -03: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
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue