mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
add more theboy181 60fps patches
This commit is contained in:
parent
1beeed9c6e
commit
12257be366
4
Mods/BuddyandMe_60FPS/patches.txt
Normal file
4
Mods/BuddyandMe_60FPS/patches.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[SoulA60fpsVer1]
|
||||||
|
moduleMatches = 0x494E3F98
|
||||||
|
|
||||||
|
0x021d5c44 = nop
|
8
Mods/BuddyandMe_60FPS/rules.txt
Normal file
8
Mods/BuddyandMe_60FPS/rules.txt
Normal 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
|
19
Mods/FatalFrame_60FPS/patches.txt
Normal file
19
Mods/FatalFrame_60FPS/patches.txt
Normal 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
|
8
Mods/FatalFrame_60FPS/rules.txt
Normal file
8
Mods/FatalFrame_60FPS/rules.txt
Normal 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
|
Loading…
Reference in New Issue
Block a user