mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2025-01-14 03:11:26 +00:00
23 lines
489 B
YAML
23 lines
489 B
YAML
# Ni no Kuni: Wrath of the White Witch 1.0.2
|
|
# BID: C32B29CB5FBA96D9
|
|
|
|
unsafeCheck: true
|
|
|
|
ALL_FPS:
|
|
# Game speed value
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x2218B44, 0x20]
|
|
value_type: float
|
|
value: "1 / FPS_TARGET"
|
|
# Play prerendered cutscenes only at 60 FPS
|
|
-
|
|
type: evaluate_compare
|
|
compare_address: [MAIN, 0x1728B58]
|
|
compare_type: "!="
|
|
compare_value_type: uint32
|
|
compare_value: 0
|
|
address: [MAIN]
|
|
value_type: refresh_rate
|
|
value: 60
|