cemu_graphic_packs/Mods/CitizensOfEarth_60fps/patches.txt

18 lines
403 B
Plaintext
Raw Permalink Normal View History

2019-07-15 09:25:22 +02:00
[CoF60fpsVer16]
moduleMatches = 0xB87B357B
# location where .float 0.0166666.. can be found in memory
_FrameRate = 0x100A151C
# Code Cave
CodeCaveSize = 0x0c # = Last used instruction + 0x04 (4xINSTRUCTIONS in HEX)
2019-07-18 13:02:09 +02:00
# Load 60 into f0 register
2019-07-15 09:25:22 +02:00
_60fps = 0x00000000
0x00000000 = lis r12,_FrameRate@h
0x00000004 = lfs f0,_FrameRate@l(r12)
0x00000008 = blr
0x021de6c8 = bla _60fps