mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2025-01-01 05:21:55 +00:00
19 lines
362 B
YAML
19 lines
362 B
YAML
# LA Noire 1.2
|
|
# BID: 40F973CE3B5EC8D7
|
|
|
|
unsafeCheck: false
|
|
|
|
ALL_FPS:
|
|
# Game speed
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x1A32900, 0xA0]
|
|
value_type: float
|
|
value: "(FPS_TARGET * 2) / 1.001"
|
|
# Frameskipping (otherwise you will get slowdowns at framedrops)
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x1A5BE70]
|
|
value_type: int8
|
|
value: 1
|