mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2024-12-31 21:11:54 +00:00
22 lines
457 B
YAML
22 lines
457 B
YAML
# Severed Steel 1.0.2
|
|
# BID: 77C053D779EE97F6
|
|
|
|
unsafeCheck: true
|
|
|
|
ALL_FPS:
|
|
# r.DynamicRes.FrameTimeBudget = 0.9 * (1000/FPS)
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x75EE8A8, 0]
|
|
value_type: float
|
|
value: ["0.9 * FRAMETIME_TARGET", "0.9 * FRAMETIME_TARGET"]
|
|
# t.MaxFPS
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x761C478, 0]
|
|
value_type: float
|
|
value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
|
|
-
|
|
type: block
|
|
what: timing
|