Fix Lego not appearing & XCX gamepad scaling

This commit is contained in:
Michael 2017-11-20 10:13:10 -08:00
parent 61bf0415c7
commit fa05f6e2dc
2 changed files with 3 additions and 2 deletions

View File

@ -34,8 +34,8 @@ overwriteHeight = <?=round($scaleFactorY*720)?>
[TextureRedefine] # Do not remove, must be scaled to TV or probe view breaks
width = 854
height = 480
overwriteWidth = <?=round($scaleFactorX*854)?>
overwriteHeight = <?=round($scaleFactorY*480)?>
overwriteWidth = <?=round($scaleFactorX*854)?>
overwriteHeight = <?=round($scaleFactorY*480)?>
[TextureRedefine] # half-res alpha
width = 640

View File

@ -124,6 +124,7 @@ std_respack "KamenRider" "${res16by9[@]/$just720p}"
std_respack "KickandFennick" "${res16by9[@]/$just720p}"
std_respack "KirbyRainbowCurse" "${res16by9[@]/$just720p}"
std_respack "KungFuPanda" "${res16by9[@]/$just720p}"
std_respack "LEGOCityUndercover" "${res16by9[@]/$just720p}"
std_respack "MarioKart8" "${res16by9[@]/$just720p}" "${res21by9[@]}"
std_respack "MarioSonicRio" "${res16by9[@]/$just720p}"
std_respack "MarioSonicSochi" "${res16by9[@]/$just720p}"