UltraNX/SaltySD/plugins/FPSLocker/patches/010005001A8CA000/F87BEAF2C5CE13E3.yaml

29 lines
697 B
YAML
Raw Normal View History

2024-01-25 01:20:59 +00:00
# TRANSFORMERS: EARTHSPARK - Expedition 1.0.5
# BID: F87BEAF2C5CE13E3
2024-07-02 09:50:28 +00:00
# Game is using double frontbuffer and single backbuffer, everything is hardcoded
2024-01-25 01:20:59 +00:00
unsafeCheck: true
2024-07-02 09:50:28 +00:00
ALL_FPS:
2024-01-25 01:20:59 +00:00
# r.DynamicRes.FrameTimeBudget (1000/FPS) cutted to 2 decimals
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2024-01-25 01:20:59 +00:00
address: [MAIN, 0x6B9BDD8, 0]
value_type: float
2024-07-02 09:50:28 +00:00
value: ["TruncDec(FRAMETIME_TARGET, 2)", "TruncDec(FRAMETIME_TARGET, 2)"]
2024-01-25 01:20:59 +00:00
# t.MaxFPS
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2024-01-25 01:20:59 +00:00
address: [MAIN, 0x6BD58A8, 0]
value_type: float
2024-07-02 09:50:28 +00:00
value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
2024-01-25 01:20:59 +00:00
# r.VSync
-
type: write
address: [MAIN, 0x63DCAE8, 0]
value_type: uint32
value: [0, 0]
-
type: block
what: timing