mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 01:29:18 +01:00
Bayonetta 2 - 60 FPS Cutscenes
This commit is contained in:
parent
297e3084af
commit
1c6828fa8c
20
Mods/Bayonetta2_60FPS_Cutscenes/patch_60FPSCutscene.asm
Normal file
20
Mods/Bayonetta2_60FPS_Cutscenes/patch_60FPSCutscene.asm
Normal file
@ -0,0 +1,20 @@
|
||||
[Bayo2USv0]#No patches released
|
||||
moduleMatches = 0xAF5D1A85
|
||||
.origin = codecave
|
||||
|
||||
_enable60:
|
||||
.int $enable60
|
||||
|
||||
_cave60:
|
||||
lis r9, _enable60@ha
|
||||
lwz r9, _enable60@l(r9)
|
||||
cmpwi r9, 1
|
||||
bne skipTo30
|
||||
addi r0,r10,1
|
||||
blr
|
||||
skipTo30:
|
||||
xori r0,r10,2
|
||||
blr
|
||||
|
||||
0x03351098 = bla _cave60
|
||||
#0x034461C4 = nop #Kill Vsync
|
18
Mods/Bayonetta2_60FPS_Cutscenes/rules.txt
Normal file
18
Mods/Bayonetta2_60FPS_Cutscenes/rules.txt
Normal file
@ -0,0 +1,18 @@
|
||||
[Definition]
|
||||
titleIds = 0005000010172600,0005000010172700,000500001011B900
|
||||
name = 60 FPS cutscenes
|
||||
path = "Bayonetta 2/Mods/60 FPS cutscenes"
|
||||
description = 60 FPS cutscenes. 30 FPS is the WiiU default
|
||||
version = 4
|
||||
|
||||
[Default]
|
||||
name = 60 fps
|
||||
$enable60:int = 1
|
||||
|
||||
[Preset]
|
||||
name = 60 fps
|
||||
$enable60:int = 1
|
||||
|
||||
[Preset]
|
||||
name = 30 fps
|
||||
$enable60:int = 0
|
Loading…
Reference in New Issue
Block a user