mirror of
https://github.com/genxium/DelayNoMore
synced 2024-12-26 11:48:56 +00:00
Minor fix on markdown file.
This commit is contained in:
parent
266335b7c6
commit
527cc94242
@ -30,14 +30,14 @@ The following setup is chosen deliberately for some "%4" number coincidence.
|
|||||||
If "InputDelayFrames" is changed, the impact would be as follows, kindly note that "372%4 == 0".
|
If "InputDelayFrames" is changed, the impact would be as follows, kindly note that "372%4 == 0".
|
||||||
|
|
||||||
### pR.InputDelayFrames = 4
|
### pR.InputDelayFrames = 4
|
||||||
toApplyInputFrameId | renderFrameId
|
renderFrameId | toApplyInputFrameId
|
||||||
--------------------------|-----------------------------------------
|
--------------------------|----------------------------------------------------
|
||||||
92 | _EMP_, _EMP_, _EMP_, _EMP_, 372, 373, 374, 375
|
368, 369, 370, 371 | 91
|
||||||
91 | 368, 369, 370, 371
|
372, 373, 374, 375 | 92
|
||||||
|
|
||||||
### pR.InputDelayFrames = 5
|
### pR.InputDelayFrames = 5
|
||||||
toApplyInputFrameId | renderFrameId
|
renderFrameId | toApplyInputFrameId
|
||||||
--------------------------|-----------------------------------------
|
--------------------------|----------------------------------------------------
|
||||||
92 | _EMP_, _EMP_, _EMP_, _EMP_, 373, 374, 375
|
..., ..., ..., 368 | 90
|
||||||
91 | _EMP_, 369, 370, 371, 372
|
369, 370, 371, 372 | 91
|
||||||
90 | 368
|
373, 374, 375, ... | 92
|
||||||
|
Loading…
Reference in New Issue
Block a user