OmniNX/varients/oc/SaltySD/plugins/FPSLocker/patches/01004D300C5AE000/D9BA7DB72FFAFECD.yaml
2026-02-03 17:42:58 +01:00

19 lines
626 B
YAML

# Kirby and the Forgotten Land 1.0.0
# BID: D9BA7DB72FFAFECD
# Thanks to Hazerou for finding interval offsets
ALL_FPS:
# Interval (Setting it to 0 unlocks framerate and sets dynamic game speed)
-
type: write
address: [MAIN, 0xA72628, 0x50]
address_unsafe: true
value_type: int32
value: 0
# Dynamic Resolution GPU Frametiming Max / Min (Max = 1.95 * (30/FPS), Min = 1.7 * (30/FPS))
-
type: evaluate_write
address: [MAIN, 0xA726B0, 0x140, 0x1B0, 0x20, 0x34]
address_unsafe: true
value_type: float
value: ["(30 / FPS_TARGET) * 1.95", "(30 / FPS_TARGET) * 1.7"]