OmniNX/varients/oc/SaltySD/plugins/FPSLocker/patches/0100FBD013AB6000/54551AEABF6E1F41.yaml
2026-02-03 17:42:58 +01:00

21 lines
479 B
YAML

# SnowRunner 1.0.40
# BID: 54551AEABF6E1F41
# Just search for 0x42055555 in case of REF not working
DECLARATIONS:
-
type: variable
name: dr_target
value_type: float
default_value: 33.333333
evaluate: FRAMETIME_TARGET
MASTER_WRITE:
# Redirect DR frametime target
## REF: 01 04 0C 5E 00 10 2E 1E
-
type: asm_a64
main_offset: 0x193CEA8
instructions: [
[adrp, x10, $dr_target],
[ldr, s2, [x10, $dr_target]]
]