mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
[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:
parent
2e89ac8d60
commit
58027b1a6e
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user