UltraNX/SaltySD/plugins/FPSLocker/patches/0100982019374000/9DD9149968A0B8D3.yaml

19 lines
599 B
YAML
Raw Normal View History

2023-12-08 22:57:58 +00:00
# Thirsty Suitors NS27619.127559
# BID: 9DD9149968A0B8D3
# Values found by referencing DynamicResolution::DetermineResolutionScale function
unsafeCheck: false
2024-07-02 09:50:28 +00:00
ALL_FPS:
2023-12-08 22:57:58 +00:00
# Dynamic resolution targets (max ms, optimal ms, min ms, crit ms)
# max ms = 0.925 * (1000/FPS)
# optimal ms = 0.9 * (1000/FPS)
# min ms = 0.875 * (1000/FPS)
2024-07-02 09:50:28 +00:00
# crit ms = 0.85 * (1000/FPS)
2023-12-08 22:57:58 +00:00
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2023-12-08 22:57:58 +00:00
address: [MAIN, 0x4E1BF70, 0x7B0, 0x7F0, 0x20, 0x30]
value_type: float
2024-07-02 09:50:28 +00:00
value: ["0.925 * FRAMETIME_TARGET", "0.9 * FRAMETIME_TARGET", "0.875 * FRAMETIME_TARGET", "0.85 * FRAMETIME_TARGET"]