From adc5e216012a19fb6b558c12d16feb5fc4c7e016 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 24 Jun 2018 14:37:08 -0700 Subject: [PATCH] Add Ultrawide to RoL giving shit games goodies they don't even deserve --- Modifications/RiseOfLyric_60FPS/patches.txt | 2 +- Modifications/RiseOfLyric_60FPS/rules.txt | 2 +- Source/RiseOfLyric/patches.txt | 20 ++++++++++++++++++++ build.sh | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 Source/RiseOfLyric/patches.txt diff --git a/Modifications/RiseOfLyric_60FPS/patches.txt b/Modifications/RiseOfLyric_60FPS/patches.txt index d03ac746..b16af94c 100644 --- a/Modifications/RiseOfLyric_60FPS/patches.txt +++ b/Modifications/RiseOfLyric_60FPS/patches.txt @@ -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)) \ No newline at end of file +#.text:02E472DC # End of function __N_13_DriverD3D_cpp_e8d6bc14::LimitFramerate((void)) diff --git a/Modifications/RiseOfLyric_60FPS/rules.txt b/Modifications/RiseOfLyric_60FPS/rules.txt index 7f036585..da172f76 100644 --- a/Modifications/RiseOfLyric_60FPS/rules.txt +++ b/Modifications/RiseOfLyric_60FPS/rules.txt @@ -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 \ No newline at end of file +#GPU buffer cache accuracy at low/2 diff --git a/Source/RiseOfLyric/patches.txt b/Source/RiseOfLyric/patches.txt new file mode 100644 index 00000000..8bf2d6a9 --- /dev/null +++ b/Source/RiseOfLyric/patches.txt @@ -0,0 +1,20 @@ + +[WiiULauncher16] +moduleMatches = 0x113CC316 + +codeCaveSize = 0x04 +0x00000000 = .float +_aspectAddr = 0x00000000 + +0x02C78358 = lis r23, _aspectAddr@ha +0x02C78360 = lis f0, _aspectAddr@l(r23) diff --git a/build.sh b/build.sh index 40f3ae4d..e98e4c4c 100755 --- a/build.sh +++ b/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}"