Revert "sdl2: implement naive double buffering"
commite4fe528fe06cc82943a16dd9c2871635bf111be7
authorrofl0r <rofl0r@users.noreply.github.com>
Sat, 28 Aug 2021 20:36:34 +0000 (28 20:36 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Sat, 28 Aug 2021 20:36:34 +0000 (28 20:36 +0000)
tree820e4395fa98bb8d69640096aa062375975a01a7
parentd4e7b1f6f484a0da84370b899f561e2a4216067f
Revert "sdl2: implement naive double buffering"

This reverts commit 59db6cc1e0362af135f673a7168493cdfcd3dc2e.

It seems SDL2 uses double buffering internally already, so the
noticeable flickering is likely due to vsync. trying different
approach.
sys/sdl2/sdl2.c