From cc155e103b5de3c8ce1621744f9feba28629e0cd Mon Sep 17 00:00:00 2001 From: Xalphenos Date: Wed, 29 May 2019 03:15:30 -0500 Subject: [PATCH] Update HW 60fps Fix the 60 fps pack for Hyrule warriors due to it relying on a cemu bug that was fixed in 1.15.7. --- Mods/HyruleWarriors_60FPS/patches.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Mods/HyruleWarriors_60FPS/patches.txt b/Mods/HyruleWarriors_60FPS/patches.txt index a409177d..aa5e3acd 100644 --- a/Mods/HyruleWarriors_60FPS/patches.txt +++ b/Mods/HyruleWarriors_60FPS/patches.txt @@ -35,3 +35,6 @@ _frameDivisor = 0x1009391C 0x10142EC8 = .long 1 0x10142ECC = .long 60 0x10142ED0 = .float 60.0 + +# Set swap interval to 1 (needed since cemu 1.15.7) +0x02831FB4 = li r4, 1