mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-22 22:51:15 +01:00
Fix Lego not appearing & XCX gamepad scaling
This commit is contained in:
parent
61bf0415c7
commit
fa05f6e2dc
@ -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
|
||||
|
1
build.sh
1
build.sh
@ -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}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user