add more theboy181 60fps patches

This commit is contained in:
Michael 2019-07-11 22:40:26 -07:00
parent 1beeed9c6e
commit 12257be366
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,4 @@
[SoulA60fpsVer1]
moduleMatches = 0x494E3F98
0x021d5c44 = nop

View File

@ -0,0 +1,8 @@
[Definition]
titleIds = 00050000101ECF00,00050000101F4A00
name = 60FPS
path = "Buddy and Me/Mods/60FPS"
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
version = 3
# Made by theboy181

View File

@ -0,0 +1,19 @@
[FatalF60fpsVer1]
moduleMatches = 0xE93B31F6
# Code Cave
CodeCaveSize = 0x14 # = Last used instruction + 0x04 (4xINSTRUCTIONS in HEX)
# Set 60fps
_60fps = 0x00000000
0x00000000 = lwz r12,0x4c(r27) # Replace the hook
0x00000004 = lis r8,0x1066
0x00000008 = li r9,0x003c
0x0000000c = stw r9,-0x12D4(r8)
0x00000010 = blr # return
0x0233c5a8 = bla _60fps # Hook

View File

@ -0,0 +1,8 @@
[Definition]
titleIds = 00050000101D0300,00050000101D0600,000500001014D200,00050000101D3F00
name = 60FPS
path = "Fatal Frame - Project Zero: Maiden of Black Water/Mods/60FPS"
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
version = 3
# Made by theboy181