UltraNX/SaltySD/plugins/FPSLocker/patches/0100A2A01A026000/008F995D1A63B383.yaml
2024-07-02 12:50:28 +03:00

28 lines
597 B
YAML

# Forgive Me Father 1.5.4.3
# BID: 008F995D1A63B383
unsafeCheck: true
ALL_FPS:
# r.DynamicRes.FrameTimeBudget (1000/FPS) cutted to 2 decimals
-
type: evaluate_write
address: [MAIN, 0x6D2CBF8, 0]
value_type: float
value: ["TruncDec(FRAMETIME_TARGET, 2)", "TruncDec(FRAMETIME_TARGET, 2)"]
# t.MaxFPS
-
type: evaluate_write
address: [MAIN, 0x6D5A568, 0]
value_type: float
value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
# r.VSync
-
type: write
address: [MAIN, 0x655EC68, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing