mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2025-12-13 18:33:55 +00:00
23 lines
435 B
YAML
23 lines
435 B
YAML
# Majogami 1.1.3
|
|
# BID: 4AC071F9B9540985
|
|
# REF: nnMain
|
|
|
|
ALL_FPS:
|
|
# Min delta
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x2CF1420, 0x50]
|
|
value_type: uint32
|
|
value: FPS_TARGET
|
|
# FPS Lock
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x2CF1420, 0x60]
|
|
value_type: uint32
|
|
value: "1 / FPS_TARGET"
|
|
# Disable fixed speed
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x2CF1420, 0x5C]
|
|
value_type: uint8
|
|
value: 0 |