From 6dd52c8b61628c6f62737a768edaf18d47c9dba2 Mon Sep 17 00:00:00 2001 From: Crementif <26669564+Crementif@users.noreply.github.com> Date: Sat, 29 Dec 2018 10:27:11 +0100 Subject: [PATCH] [BotW] FPS++: Add fix for repeated audio Fixes https://github.com/slashiee/cemu_graphic_packs/issues/295 Don't report issues with FPS++ on this github issue, we list and are aware of the bugs listed on http://compat.cemu.info/wiki/The_Legend_of_Zelda:_Breath_of_the_Wild#Currently_known_issues_when_above_30fps --- Mods/BreathOfTheWild_FPS++/patches.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Mods/BreathOfTheWild_FPS++/patches.txt b/Mods/BreathOfTheWild_FPS++/patches.txt index 737a81cf..b05e45a7 100644 --- a/Mods/BreathOfTheWild_FPS++/patches.txt +++ b/Mods/BreathOfTheWild_FPS++/patches.txt @@ -121,6 +121,10 @@ _arrowTimeDrain = 0x00000114 0x02D90D88 = lis r10, _averageFPS@ha 0x02D90D8C = lfs f11, _averageFPS@l(r10) 0x02D5F760 = bla _arrowTimeDrain +0x037DC35C = lis r12, _speedDiv@ha #Audio fix +0x037DC360 = lfs f13, _speedDiv@l(r12) +0x037DBDF8 = lis r11, _speedDiv@ha +0x037DBDFC = lfs f31, _speedDiv@l(r11) #break all forms of frame limiting @@ -263,4 +267,4 @@ _arrowTimeDrain = 0x00000114 ;0x031F9FEC = li r0, 1 ;0x031FA004 = nop 0x031FA1D4 = nop -0x031FA1F8 = nop \ No newline at end of file +0x031FA1F8 = nop