mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2025-01-13 02:41:26 +00:00
27 lines
613 B
YAML
27 lines
613 B
YAML
# Romancing SaGa 2: Revenge of the Seven 1.0.2
|
|
# BID: 1933FBAFE977FA75
|
|
|
|
unsafeCheck: true
|
|
|
|
ALL_FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x6D1EA80, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# r.DynamicRes.FrameTimeBudget (1000/FPS) cutted to 2 decimals
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x7BFAC70, 0]
|
|
value_type: float
|
|
value: ["TruncDec(FRAMETIME_TARGET, 2)", "TruncDec(FRAMETIME_TARGET, 2)"]
|
|
# t.MaxFPS
|
|
-
|
|
type: evaluate_write
|
|
address: [MAIN, 0x7C534C0, 0]
|
|
value_type: float
|
|
value: [FPS_LOCK_TARGET, FPS_LOCK_TARGET]
|
|
-
|
|
type: block
|
|
what: timing |