Add Ultrawide to RoL

giving shit games goodies they don't even deserve
This commit is contained in:
Michael 2018-06-24 14:37:08 -07:00
parent d152a36515
commit adc5e21601
4 changed files with 23 additions and 3 deletions

View File

@ -0,0 +1,20 @@
<?php
$width = $argv[1];
$height = $argv[2];
$aspect = $width / (float)$height;
if (round($aspect*100.0) == 178)
exit(1);
$aspect = number_format((float)$aspect, 3, '.', '');
?>
[WiiULauncher16]
moduleMatches = 0x113CC316
codeCaveSize = 0x04
0x00000000 = .float <?=$aspect?>
_aspectAddr = 0x00000000
0x02C78358 = lis r23, _aspectAddr@ha
0x02C78360 = lis f0, _aspectAddr@l(r23)

View File

@ -199,7 +199,7 @@ std_respack "Pikmin3" "${res16by9[@]/$just720p}"
std_respack "PokkenTournament" "${res16by9[@]/$just720p}"
std_respack "ProjectZero" "${res16by9[@]/$just720p}"
std_respack "PuyoPuyoTetris" "${res16by9[@]/$just1080p}"
std_respack "RiseOfLyric" "${res16by9[@]/$just720p}"
std_respack "RiseOfLyric" "${res16by9[@]/$just720p}" "${res21by9[@]}" "${res48by9[@]}"
std_respack "Runner2" "${res16by9[@]/$just720p}"
std_respack "SanatoryHallways" "${res16by9[@]/$just720p}"
std_respack "ScribblenautsUnlimited" "${res16by9[@]/$just720p}"