mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 05:36:12 +00:00
![Miro Kropacek](/assets/img/avatar_default.png)
ScummVM engines are not built for synchronous screen locking (i.e. updateScreen() can't be really used for any sort of blocking updates otherwise performance suffers). Single buffering now means deliberate tearing as a speed optimization and triple buffering provides a tearingless picture with slight overhead.