mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2025-01-14 19:31:26 +00:00
18 lines
430 B
YAML
18 lines
430 B
YAML
|
# MEGATON MUSASHI W: WIRED 3.1.2
|
||
|
# BID: 452F9C150D1D17B7
|
||
|
|
||
|
unsafeCheck: true
|
||
|
|
||
|
ALL_FPS:
|
||
|
# fixedDeltaTime = 1/FPS
|
||
|
-
|
||
|
type: evaluate_write
|
||
|
address: [MAIN, 0xc84AD60, 0x48]
|
||
|
value_type: float
|
||
|
value: "1 / FPS_TARGET"
|
||
|
- # maximumDeltaTime = 1/15 (with this setting game will slow down below 15 FPS instead of 30 FPS)
|
||
|
type: write
|
||
|
address: [MAIN, 0xC84AD60, 0x100]
|
||
|
value_type: float
|
||
|
value: 0.0666666666
|