mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 19:27:36 -03:00
Update rules.txt
gamepad fix
This commit is contained in:
parent
27a8ac8b46
commit
7e7636ab2a
1 changed files with 12 additions and 6 deletions
|
@ -87,6 +87,18 @@ tileModesExcluded = 0x001
|
|||
overwriteWidth = ($width / $gameWidth) * 1280
|
||||
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
|
||||
width = 320
|
||||
height = 192
|
||||
|
@ -99,12 +111,6 @@ height = 180
|
|||
overwriteWidth = ($width / $gameWidth) * 320
|
||||
overwriteHeight = ($height / $gameHeight) * 180
|
||||
|
||||
[TextureRedefine] # Gamepad Resolution
|
||||
width = 864
|
||||
height = 480
|
||||
overwriteWidth = ($width / $gameWidth) * 864
|
||||
overwriteHeight = ($height / $gameHeight) * 480
|
||||
|
||||
[TextureRedefine] # ???
|
||||
width = 64
|
||||
height = 64
|
||||
|
|
Loading…
Reference in a new issue