mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01:00
add more theboy181 60fps patches
This commit is contained in:
parent
3e223b4f17
commit
61aa613472
20
Mods/CitizensOfEarth_60fps/patches.txt
Normal file
20
Mods/CitizensOfEarth_60fps/patches.txt
Normal file
@ -0,0 +1,20 @@
|
||||
[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)
|
||||
|
||||
# Set 60fps
|
||||
|
||||
_60fps = 0x00000000
|
||||
|
||||
0x00000000 = lis r12,_FrameRate@h
|
||||
0x00000004 = lfs f0,_FrameRate@l(r12)
|
||||
0x00000008 = blr
|
||||
|
||||
|
||||
0x021de6c8 = bla _60fps
|
8
Mods/CitizensOfEarth_60fps/rules.txt
Normal file
8
Mods/CitizensOfEarth_60fps/rules.txt
Normal file
@ -0,0 +1,8 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010177200,0005000010180B00
|
||||
name = 60FPS
|
||||
path = "Citizens of Earth/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
|
14
Mods/LostReavers_60fps/patches.txt
Normal file
14
Mods/LostReavers_60fps/patches.txt
Normal file
@ -0,0 +1,14 @@
|
||||
[LR60FpsVer0,v16]
|
||||
moduleMatches = 0x67DBF490,0x165809E9
|
||||
|
||||
# Code selects .float 60 from 0X1000333C
|
||||
|
||||
_60fps = 0x00000000
|
||||
|
||||
CodeCaveSize = 0x0c
|
||||
|
||||
0X00000000 = lis r3,0x1000
|
||||
0X00000004 = lfs f1,0x333c(r3) # NOP - Remove read to FPS .float = uncapped FPS
|
||||
0X00000008 = blr
|
||||
|
||||
0X02571FC4 = bla _60fps
|
11
Mods/LostReavers_60fps/rules.txt
Normal file
11
Mods/LostReavers_60fps/rules.txt
Normal file
@ -0,0 +1,11 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101A4800,00050000101B9900,000500001018D900
|
||||
name = 60FPS
|
||||
path = "Lost Reavers/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
version = 3
|
||||
|
||||
[Control]
|
||||
vsyncFrequency = 120
|
||||
|
||||
# Made by theboy181
|
19
Mods/M&SRio2016_60FPS/patches.txt
Normal file
19
Mods/M&SRio2016_60FPS/patches.txt
Normal file
@ -0,0 +1,19 @@
|
||||
[M&S2016FpsVerv16]
|
||||
moduleMatches = 0xD44C22E3
|
||||
|
||||
# 0x020C27D4 = li r3, 1 # original town patch
|
||||
|
||||
# 0x2E713530 .original .float 30
|
||||
# 0x0298aa0c = lfs f0,0x10(31)
|
||||
|
||||
# Code selects .float 60 from 0X1000333C
|
||||
|
||||
_60fps = 0x00000000
|
||||
|
||||
CodeCaveSize = 0x0c
|
||||
|
||||
0X00000000 = lis r3,0x1000
|
||||
0X00000004 = lfs f0,0x45b0(r3)
|
||||
0X00000008 = blr
|
||||
|
||||
0x0298aa0c = bla _60fps
|
8
Mods/M&SRio2016_60FPS/rules.txt
Normal file
8
Mods/M&SRio2016_60FPS/rules.txt
Normal file
@ -0,0 +1,8 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010190300,00050000101E5300,00050000101E5400
|
||||
name = 60FPS
|
||||
path = "Mario & Sonic at the Rio 2016 Olympic Games/Mods/60FPS"
|
||||
description = Important: This patches the gameplay to be in 60FPS. Getting under 60FPS will slow down the game's speed.
|
||||
version = 3
|
||||
|
||||
# Original Town patch made by Slashiee, full game patch made by theboy181
|
@ -1,4 +0,0 @@
|
||||
[unison]
|
||||
moduleMatches = 0xD44C22E3
|
||||
|
||||
0x020C27D4 = li r3, 1
|
@ -1,6 +0,0 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010190300,00050000101E5300,00050000101E5400
|
||||
name = 60FPS Town
|
||||
path = "Mario & Sonic at the Rio 2016 Olympic Games/Mods/60FPS Town"
|
||||
description = Patches the town's 30FPS lock to operate at 60FPS instead
|
||||
version = 3
|
Loading…
Reference in New Issue
Block a user