UltraNX/SaltySD/plugins/FPSLocker/patches/0100650018FE0000/7A450848CFDEC18E.yaml

54 lines
1.2 KiB
YAML
Raw Normal View History

2024-03-22 00:23:55 +00:00
# Kingdom Come: Deliverance - Royal Edition 1.9.6H
# BID: 7A450848CFDEC18E
# Some prerendered cutscenes are still pushed at 30 FPS
unsafeCheck: true
MASTER_WRITE:
# Block updating DR timings, REF: 00 01 27 1E 48 40 A8 52
-
type: bytes
main_offset: 0x1CA806C
value_type: uint32
value: 0xD503201F
-
type: bytes
main_offset: 0x1CA8074
value_type: uint32
value: 0xD503201F
-
type: bytes
main_offset: 0x1CA8094
value_type: uint32
value:
- 0xD503201F
- 0xD503201F
# Write default DR timings
-
type: bytes
main_offset: 0x56FF9C8
value_type: float
value: [32.5, 30.5, 31.5, 28.5, 33.5]
2024-07-02 09:50:28 +00:00
ALL_FPS:
2024-03-22 00:23:55 +00:00
# sys_MaxFPS
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2024-03-22 00:23:55 +00:00
address: [MAIN, 0x56FD1C8]
value_type: int32
2024-07-02 09:50:28 +00:00
value: FPS_LOCK_TARGET
2024-03-22 00:23:55 +00:00
# Renderer thread delay
-
type: write
address: [MAIN, 0x5704028]
value_type: float
2024-07-02 09:50:28 +00:00
value: 0.01
2024-03-22 00:23:55 +00:00
# DR timings
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
2024-03-22 00:23:55 +00:00
address: [MAIN, 0x56FF9C8]
value_type: float
2024-07-02 09:50:28 +00:00
value: ["FRAMETIME_TARGET * 0.975", "FRAMETIME_TARGET * 0.915", "FRAMETIME_TARGET * 0.945", "FRAMETIME_TARGET * 0.855", "FRAMETIME_TARGET * 1.005"]
2024-03-22 00:23:55 +00:00
-
type: block
what: timing