mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01:00
18 lines
403 B
Plaintext
18 lines
403 B
Plaintext
[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)
|
|
|
|
# Load 60 into f0 register
|
|
_60fps = 0x00000000
|
|
|
|
0x00000000 = lis r12,_FrameRate@h
|
|
0x00000004 = lfs f0,_FrameRate@l(r12)
|
|
0x00000008 = blr
|
|
|
|
0x021de6c8 = bla _60fps
|