[TMS] Aspect fix WiiU Pad

Testing : Since gamepad res is unique, it should be possible  the aspect
ratio correct in any game by simply not scaling the width to Ultra
wide..
This commit is contained in:
getdls 2018-07-04 23:32:07 +02:00
parent 2e89ac8d60
commit 58027b1a6e

View File

@ -74,7 +74,7 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
width = 854
height = 480
#formatsExcluded =
overwriteWidth = <?=round($scaleFactorX*1280)?>
overwriteWidth = <?=round($$scaleFactorY*1280)?>
overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine]