Skip to content

Commit fbc2db5

Browse files
authored
Update vni.md
1 parent 16f4d93 commit fbc2db5

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

doc/vni.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ section of the configuration:
2323
```
2424
"general":{
2525
"skip_unmodified_frames": false,
26-
"frame_every_microseconds": 17000
26+
"frame_every_microseconds": 16000
2727
},
2828
```
2929

30-
This example configured the software that it will deliver frames every (at most) 17ms. If the pinball delivers frames faster than this, every frame is
31-
being processed. However if frames are being delivered slower (usually because they don't change), the system will simple repeat the last frame.
32-
In many case, you won't notice a difference. However, if a VNI colorisation uses relatively long animations, you might need to set this. Experiment a
33-
bit with the timing. It will be different between different pinball platforms.
30+
This example configured the software that it will deliver frames every 16ms.

0 commit comments

Comments
 (0)