mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
Gamepad heatwave fix
Preformance may be impossible to fix, since diving it didn't give an integer value
This commit is contained in:
parent
0855bd8779
commit
f32370c3fe
@ -20,4 +20,11 @@ overwriteHeight = 180
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = 427
|
||||
overwriteHeight = 240
|
||||
overwriteHeight = 240
|
||||
|
||||
[TextureRedefine] # half-res (gamepad)
|
||||
width = 427
|
||||
height = 240
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 214
|
||||
overwriteHeight = 120
|
@ -20,4 +20,11 @@ width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
||||
|
||||
[TextureRedefine] # half-res (gamepad)
|
||||
width = 427
|
||||
height = 240
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 960
|
||||
overwriteHeight = 540
|
@ -20,4 +20,11 @@ width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
||||
|
||||
[TextureRedefine] # half-res (gamepad)
|
||||
width = 427
|
||||
height = 240
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 1280
|
||||
overwriteHeight = 720
|
@ -20,4 +20,11 @@ width = 640
|
||||
height = 360
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
||||
|
||||
[TextureRedefine] # half-res (gamepad)
|
||||
width = 427
|
||||
height = 240
|
||||
formatsExcluded = 0x41A # exclude obvious textures
|
||||
overwriteWidth = 1920
|
||||
overwriteHeight = 1080
|
Loading…
Reference in New Issue
Block a user