mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-10 03:37:35 -03:00
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.
This commit is contained in:
parent
26872c1326
commit
cc155e103b
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue