UltraNX/SaltySD/plugins/FPSLocker/patches/010023001969A000/D40B81867A121EB0.yaml
2024-07-02 12:50:28 +03:00

28 lines
572 B
YAML

# Session: Skate Sim 1.1.3
# BID: D40B81867A121EB0
unsafeCheck: true
ALL_FPS:
# r.DynamicRes.FrameTimeBudget = 0.81 * (1000/FPS)
-
type: evaluate_write
address: [MAIN, 0x7249868, 0]
value_type: float
value: ["0.81 * FRAMETIME_TARGET", "0.81 * FRAMETIME_TARGET"]
# t.MaxFPS
-
type: evaluate_write
address: [MAIN, 0x7277438, 0]
value_type: float
value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
# r.VSync
-
type: write
address: [MAIN, 0x6A7D0C8, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing