mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 11:47:34 -03:00
[TMS] gampad aspect test 2
Why was the gamepad scaled from 1280??
This commit is contained in:
parent
47359193d5
commit
c8a057b564
1 changed files with 2 additions and 2 deletions
|
@ -74,8 +74,8 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
|
|||
width = 854
|
||||
height = 480
|
||||
#formatsExcluded =
|
||||
overwriteWidth = <?=round($scaleFactorX*1280)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*720)?>
|
||||
overwriteWidth = <?=round($scaleFactorY*854)?>
|
||||
overwriteHeight = <?=round($scaleFactorY*480)?>
|
||||
|
||||
[TextureRedefine]
|
||||
width = 854
|
||||
|
|
Loading…
Reference in a new issue