mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2025-06-22 03:22:21 +00:00
28 lines
606 B
YAML
28 lines
606 B
YAML
# No Man's Sky 5.5.5
|
|
# BID: BC6CA2DEA3306522
|
|
|
|
unsafeCheck: true
|
|
|
|
MASTER_WRITE:
|
|
# Redirect DR frametime target to MAIN+0x4B92FF0
|
|
# REF: 08 4E A8 52 00 01 27 1E 48 8F A8 52, ADRP + ADD + LDR above that
|
|
-
|
|
type: bytes
|
|
main_offset: 0x20391B0
|
|
value_type: uint32
|
|
value:
|
|
- 0xB0015AC9 # adrp x9, #0x4b92000
|
|
- 0xBD4FF120 # ldr s0, [x9, #0xff0]
|
|
- 0xD503201F # NOP
|
|
# default value
|
|
-
|
|
type: bytes
|
|
main_offset: 0x4B92FF0
|
|
value_type: float
|
|
value: 30
|
|
ALL_FPS:
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x4B92FF0]
|
|
value_type: float
|
|
value: FPS_TARGET |