UltraNX/SaltySD/plugins/FPSLocker/patches/0100309016E7A000/14C878ECCA9D7CB5.yaml

39 lines
931 B
YAML
Raw Normal View History

2023-12-08 22:57:58 +00:00
# Demon Slayer -Kimetsu no Yaiba- The Hinokami Chronicles 1.53
2023-10-25 11:42:26 +00:00
# BID: 14C878ECCA9D7CB5
unsafeCheck: true
2024-07-02 09:50:28 +00:00
ALL_FPS:
2023-10-25 11:42:26 +00:00
# Disable bUseFixedFrameRate to unlock framerate
-
type: write
address: [MAIN, 0xB314540, 0x7F8]
value_type: uint32
# Default is 0x47, bUseFixedFrameRate |= 0x40
# By writing 7 we are making sure that other flags are maintained:
# bAllowMultiThreadedAnimationUpdate |= 4
# bOptimizeAnimBlueprintMemberVariableAccess |= 2
# bCanBlueprintsTickByDefault |= 1
value: 7
2023-12-08 22:57:58 +00:00
# Disable CustomTimeStep
2023-10-25 11:42:26 +00:00
-
type: write
address: [MAIN, 0xB314540, 0x810]
value_type: uint8
value: 0
# t.MaxFPS
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2023-10-25 11:42:26 +00:00
address: [MAIN, 0xB314830, 0]
value_type: float
2024-07-02 09:50:28 +00:00
value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
2024-03-22 00:23:55 +00:00
# r.VSync
-
type: write
address: [MAIN, 0xAB49110, 0]
value_type: uint32
value: [0, 0]
2023-10-25 11:42:26 +00:00
-
type: block
what: timing