6 ms·
wouln't that suggest some sort of additionaly applied poll rate?
by th4tg41 2y ago
wouln't that suggest some sort of additionaly applied poll rate?
- CarVac 2y agoOr a desync between the game and the display. In Super Smash Bros Melee the game runs at 60 Hz but the display runs at 59.94 Hz... one frame in 1001 is simply not displayed.
- bluescrn 2y agoEven if it’s perfectly synchronised, there’s likely no guarantee of deterministic playback. Perhaps a background process is dealing with some network activity or other OS task and throws the timing off fractionally. Or maybe a disk access (even for something in the background like streaming music) takes fractionally different amounts of time per run and affects the precise time at which the input is polled.
- deleted 2y ago[deleted]
- dougg3 2y agoAh, that’s another interesting possibility. I definitely observed that the actual HDMI refresh rate is 59.94 Hz while playing Super Mario Maker, but no idea what the game’s internal frame rate is.