UltraNX/SaltySD/plugins/FPSLocker/patches/0100C1E01CDEE000/27BB06DD145F39F5.yaml

26 lines
602 B
YAML
Raw Normal View History

2024-03-22 00:23:55 +00:00
# Raccoo Venture 1.0.3
# BID: 27BB06DD145F39F5
unsafeCheck: true
2024-07-02 09:50:28 +00:00
ALL_FPS:
2024-03-22 00:23:55 +00:00
# _UnityEngine.Rendering.OnDemandRendering_TypeInfo
-
type: write
address: [MAIN, 0x3482FB0, 0xB8, 0]
value_type: int32
value: 1
# maxFixedDeltaTime, ref: UnityEngine.Time::get_timeScale
-
type: write
address: [MAIN, 0x38D2780, 0x100]
value_type: float
value: 0.0666666666
2024-07-02 09:50:28 +00:00
# fixedDeltaTime
# Fixes an issue with player character jittering at different refresh rates
2024-03-22 00:23:55 +00:00
-
2024-07-02 09:50:28 +00:00
type: evaluate_write
address: [MAIN, 0x38D2780, 0x48]
2024-03-22 00:23:55 +00:00
value_type: float
2024-07-02 09:50:28 +00:00
value: "1 / FPS_TARGET"