UltraNX/SaltySD/plugins/FPSLocker/patches/01005D2016934000/4D6E50FF58BF7486.yaml

27 lines
621 B
YAML
Raw Normal View History

2024-07-02 09:50:28 +00:00
# Ghostbusters: Spirits Unleashed Ecto Edition 1.9.0
# BID: 4D6E50FF58BF7486
unsafeCheck: true
ALL_FPS:
# r.DynamicRes.FrameTimeBudget (1000/FPS) cutted to 2 decimals
-
type: evaluate_write
address: [MAIN, 0xBBFAF70, 0]
value_type: float
value: ["TruncDec(FRAMETIME_TARGET, 2)", "TruncDec(FRAMETIME_TARGET, 2)"]
# t.MaxFPS
-
type: evaluate_write
address: [MAIN, 0xBC20B48, 0]
value_type: float
value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
# r.VSync
-
type: write
address: [MAIN, 0xB42A9B8, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing