mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
Update patches.txt
Simplify 60 fps mod and add support for EU disc version and JP version. Special thanks Chrissie!
This commit is contained in:
parent
25dacd12bc
commit
6de908e613
@ -1,19 +1,14 @@
|
|||||||
[FatalF60fpsVer1]
|
[FatalF60fpsVer1]
|
||||||
moduleMatches = 0xE93B31F6
|
moduleMatches = 0xE93B31F6,0xC1F758BB
|
||||||
|
|
||||||
# Code Cave
|
0x0233DAC0 = li r4, 0x3C
|
||||||
|
|
||||||
CodeCaveSize = 0x14 # = Last used instruction + 0x04 (4xINSTRUCTIONS in HEX)
|
[FatalF60fpsDisc]
|
||||||
|
moduleMatches = 0xB54DBEB0
|
||||||
|
|
||||||
# Set 60fps
|
0x0233DA18 = li r0, 0x3C
|
||||||
|
|
||||||
_60fps = 0x00000000
|
[FatalF60fpsJP]
|
||||||
|
moduleMatches = 0xA86AA5B2
|
||||||
|
|
||||||
0x00000000 = lwz r12,0x4c(r27) # Replace the hook
|
0x0283C534 = li r7, 0x3C
|
||||||
0x00000004 = lis r8,0x1066
|
|
||||||
0x00000008 = li r9,0x003c
|
|
||||||
0x0000000c = stw r9,-0x12D4(r8)
|
|
||||||
0x00000010 = blr # return
|
|
||||||
|
|
||||||
|
|
||||||
0x0233c5a8 = bla _60fps # Hook
|
|
Loading…
Reference in New Issue
Block a user