OmniNX/varients/oc/SaltySD/plugins/FPSLocker/patches/01003310159F8000/8C7A99CBD1AEA208.yaml
2026-02-03 17:42:58 +01:00

21 lines
No EOL
488 B
YAML

# スノーランナー 1.0.42
# BID: 8C7A99CBD1AEA208
# 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: 0x1944154
instructions: [
[adrp, x10, $dr_target],
[ldr, s2, [x10, $dr_target]]
]