UltraNX/SaltySD/plugins/FPSLocker/patches/01003BD00CAAE000/8B40EBBA7244C94A.yaml

31 lines
632 B
YAML
Raw Normal View History

2023-10-25 11:42:26 +00:00
# Wolfenstein: Youngblood 1.5
# BID: 8B40EBBA7244C94A
unsafeCheck: true
2024-07-02 09:50:28 +00:00
ALL_FPS:
2023-10-25 11:42:26 +00:00
# rs_force460
-
type: write
address: [MAIN, 0x7994DF0]
value_type: int32
value: 1
2024-07-02 09:50:28 +00:00
# rs_raiseThreshold = 0.96 * (30/FPS)
2023-10-25 11:42:26 +00:00
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2023-10-25 11:42:26 +00:00
address: [MAIN, 0x7994F14]
value_type: float
2024-07-02 09:50:28 +00:00
value: "(30 / FPS_TARGET) * 0.96"
# rs_dropThreshold = 0.984 * (30/FPS)
2023-10-25 11:42:26 +00:00
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2023-10-25 11:42:26 +00:00
address: [MAIN, 0x7994E84]
value_type: float
2024-07-02 09:50:28 +00:00
value: "(30 / FPS_TARGET) * 0.984"
2023-10-25 11:42:26 +00:00
# com_adaptiveTickMaxHz
-
type: write
address: [MAIN, 0x85F74E0]
value_type: int32
2024-07-02 09:50:28 +00:00
value: FPS_LOCK_TARGET