mirror of
https://github.com/Ultra-NX/UltraNX.git
synced 2024-12-28 03:21:54 +00:00
159 lines
2.6 KiB
YAML
159 lines
2.6 KiB
YAML
# Gripper 1.1.0
|
|
# BID: 60B9AE6094566A23
|
|
|
|
unsafeCheck: true
|
|
|
|
15FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [15, 15]
|
|
-
|
|
type: block
|
|
what: timing
|
|
20FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [20, 20]
|
|
-
|
|
type: block
|
|
what: timing
|
|
25FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [25, 25]
|
|
-
|
|
type: block
|
|
what: timing
|
|
30FPS:
|
|
# r.VSync (default value is 1, but it's crippling performance for no benefit)
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS (default value)
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [0, 0]
|
|
35FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [35, 35]
|
|
-
|
|
type: block
|
|
what: timing
|
|
40FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [40, 40]
|
|
-
|
|
type: block
|
|
what: timing
|
|
45FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [45, 45]
|
|
-
|
|
type: block
|
|
what: timing
|
|
50FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [50, 50]
|
|
-
|
|
type: block
|
|
what: timing
|
|
55FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [55, 55]
|
|
-
|
|
type: block
|
|
what: timing
|
|
60FPS:
|
|
# r.VSync
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x72ED6D8, 0]
|
|
value_type: int32
|
|
value: [0, 0]
|
|
# t.MaxFPS
|
|
-
|
|
type: write
|
|
address: [MAIN, 0x7AE9F08, 0]
|
|
value_type: float
|
|
value: [0, 0] |