mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-11 04:02:47 -03:00
[Color Splash] add gamepad
This commit is contained in:
parent
444bcdf70c
commit
9efbda08f4
1 changed files with 6 additions and 0 deletions
|
@ -19,3 +19,9 @@ formatsExcluded = 0x431
|
|||
tileModesExcluded = 0x001
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 854
|
||||
height = 480
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
|
|
Loading…
Reference in a new issue