mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
Add Ultrawide to RoL
giving shit games goodies they don't even deserve
This commit is contained in:
parent
d152a36515
commit
adc5e21601
@ -131,4 +131,4 @@ moduleMatches = 0x113CC316
|
||||
#.text:02E472D8 # __N_13_DriverD3D_cpp_e8d6bc14::LimitFramerate((void))+28j ...
|
||||
#.text:02E472D8 addi r11, r1, 0x20+arg_0
|
||||
#.text:02E472DC b loc_416998C
|
||||
#.text:02E472DC # End of function __N_13_DriverD3D_cpp_e8d6bc14::LimitFramerate((void))
|
||||
#.text:02E472DC # End of function __N_13_DriverD3D_cpp_e8d6bc14::LimitFramerate((void))
|
||||
|
@ -10,4 +10,4 @@ version = 2
|
||||
|
||||
#I can get to 60fps on my PC using:
|
||||
#Dual-core recompiler
|
||||
#GPU buffer cache accuracy at low/2
|
||||
#GPU buffer cache accuracy at low/2
|
||||
|
20
Source/RiseOfLyric/patches.txt
Normal file
20
Source/RiseOfLyric/patches.txt
Normal 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)
|
2
build.sh
2
build.sh
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user