mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-21 17:19:18 +01:00
[Batman Origins] Add 60FPS pack
This commit is contained in:
parent
61aa613472
commit
4a7ade1c45
35
Mods/BatmanArkhamOrigins_60FPS/patches.txt
Normal file
35
Mods/BatmanArkhamOrigins_60FPS/patches.txt
Normal file
@ -0,0 +1,35 @@
|
||||
[Bat60FpsVerv1]
|
||||
moduleMatches = 0xB5EB56F6
|
||||
|
||||
# Location for .float 60.00
|
||||
_float = 0x10000a08
|
||||
|
||||
CodeCaveSize = 0x0c
|
||||
|
||||
_60fps = 0x00000000
|
||||
0X00000000 = lis r3,_float@h
|
||||
0X00000004 = lfs f1,_float@l(r3)
|
||||
0X00000008 = blr
|
||||
|
||||
0x024d3164 = bla _60fps
|
||||
#0x024d3164 = lfs f1,04e0(r3) #0x42F584E0
|
||||
0x02C82558 = nop #Vsync
|
||||
0x02C82504 = nop #SwapInterval
|
||||
|
||||
|
||||
[Bat60FpsVerv16]
|
||||
moduleMatches = 0x10A2A41A
|
||||
|
||||
# Location for .float 60.00
|
||||
_float = 0x10000a08
|
||||
|
||||
CodeCaveSize = 0x0c
|
||||
|
||||
_60fps = 0x00000000
|
||||
0X00000000 = lis r3,_float@h
|
||||
0X00000004 = lfs f1,_float@l(r3)
|
||||
0X00000008 = blr
|
||||
|
||||
0x24D4E68 = bla _60fps
|
||||
#0x024D4E68 = lfs f1,0x4E0(r3)
|
||||
0x02C837FC = nop #Vsync
|
11
Mods/BatmanArkhamOrigins_60FPS/rules.txt
Normal file
11
Mods/BatmanArkhamOrigins_60FPS/rules.txt
Normal file
@ -0,0 +1,11 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010136c00,0005000010137c00,0005000010154500,000500001016d300,000500001016df00
|
||||
path = "Batman: Arkham Origins/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]
|
||||
#Give boost to performance
|
||||
vsyncFrequency = 120
|
||||
|
||||
# Made by theboy181
|
@ -1,7 +1,7 @@
|
||||
[Definition]
|
||||
titleIds = 00050000101ECF00,00050000101F4A00
|
||||
name = 60FPS
|
||||
path = "Buddy and Me/Mods/60FPS"
|
||||
path = "Buddy & 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
|
||||
|
||||
|
@ -5,16 +5,13 @@ moduleMatches = 0xB87B357B
|
||||
_FrameRate = 0x100A151C
|
||||
|
||||
# Code Cave
|
||||
|
||||
CodeCaveSize = 0x0c # = Last used instruction + 0x04 (4xINSTRUCTIONS in HEX)
|
||||
|
||||
# Set 60fps
|
||||
|
||||
# Load 60 into f0 register
|
||||
_60fps = 0x00000000
|
||||
|
||||
0x00000000 = lis r12,_FrameRate@h
|
||||
0x00000004 = lfs f0,_FrameRate@l(r12)
|
||||
0x00000008 = blr
|
||||
|
||||
|
||||
0x021de6c8 = bla _60fps
|
||||
|
@ -1,4 +1,4 @@
|
||||
[deusex60Ver0]
|
||||
[DeusEx60Ver0]
|
||||
moduleMatches = 0x4C83AF19
|
||||
|
||||
0x0234EA10 = li r3,1 #GX2SetSwapInterval
|
||||
|
@ -5,7 +5,7 @@ moduleMatches = 0xE93B31F6
|
||||
|
||||
CodeCaveSize = 0x14 # = Last used instruction + 0x04 (4xINSTRUCTIONS in HEX)
|
||||
|
||||
# Set 60fps
|
||||
# Set 60fps
|
||||
|
||||
_60fps = 0x00000000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user