mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-23 08:21:51 +01:00
Update rules.txt
gamepad fix
This commit is contained in:
parent
27a8ac8b46
commit
7e7636ab2a
@ -87,6 +87,18 @@ tileModesExcluded = 0x001
|
|||||||
overwriteWidth = ($width / $gameWidth) * 1280
|
overwriteWidth = ($width / $gameWidth) * 1280
|
||||||
overwriteHeight = ($height / $gameHeight) * 720
|
overwriteHeight = ($height / $gameHeight) * 720
|
||||||
|
|
||||||
|
[TextureRedefine] # Gamepad Resolution
|
||||||
|
width = 864
|
||||||
|
height = 480
|
||||||
|
overwriteWidth = ($width / $gameWidth) * 864
|
||||||
|
overwriteHeight = ($height / $gameHeight) * 480
|
||||||
|
|
||||||
|
[TextureRedefine] # Gamepad Resolution
|
||||||
|
width = 854
|
||||||
|
height = 480
|
||||||
|
overwriteWidth = ($width / $gameWidth) * 854
|
||||||
|
overwriteHeight = ($height / $gameHeight) * 480
|
||||||
|
|
||||||
[TextureRedefine] # Bloom Resolution
|
[TextureRedefine] # Bloom Resolution
|
||||||
width = 320
|
width = 320
|
||||||
height = 192
|
height = 192
|
||||||
@ -99,12 +111,6 @@ height = 180
|
|||||||
overwriteWidth = ($width / $gameWidth) * 320
|
overwriteWidth = ($width / $gameWidth) * 320
|
||||||
overwriteHeight = ($height / $gameHeight) * 180
|
overwriteHeight = ($height / $gameHeight) * 180
|
||||||
|
|
||||||
[TextureRedefine] # Gamepad Resolution
|
|
||||||
width = 864
|
|
||||||
height = 480
|
|
||||||
overwriteWidth = ($width / $gameWidth) * 864
|
|
||||||
overwriteHeight = ($height / $gameHeight) * 480
|
|
||||||
|
|
||||||
[TextureRedefine] # ???
|
[TextureRedefine] # ???
|
||||||
width = 64
|
width = 64
|
||||||
height = 64
|
height = 64
|
||||||
|
Loading…
Reference in New Issue
Block a user