mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2025-12-13 18:33:55 +00:00
28 lines
584 B
YAML
28 lines
584 B
YAML
# INAZUMA ELEVEN: Victory Road 1.3.0
|
|
# BID: F9648F3865C8B1AE
|
|
|
|
DECLARATIONS:
|
|
-
|
|
type: variable
|
|
name: fps_target
|
|
value_type: float
|
|
default_value: 30
|
|
evaluate: FPS_TARGET
|
|
MASTER_WRITE:
|
|
# Dynamic Resolution FPS Target
|
|
## REF: 62 02 23 1E 21 18 22 1E
|
|
-
|
|
type: asm_a64
|
|
main_offset: 0xC40878
|
|
instructions: [
|
|
[adrp, x9, $fps_target],
|
|
[ldr, s1, [x9, $fps_target]]
|
|
]
|
|
ALL_FPS:
|
|
# Disable FPS Lock
|
|
## REF: 20 01 00 A9 00 01 63 9E, second LDRB below that
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x3741999]
|
|
value_type: uint8
|
|
value: 0 |