fixed synchronization problem when configuring game controller
authorHolger Schemel <info@artsoft.org>
Wed, 22 Jun 2022 13:17:19 +0000 (15:17 +0200)
committerHolger Schemel <info@artsoft.org>
Wed, 22 Jun 2022 13:17:19 +0000 (15:17 +0200)
commit5f29516b5acf64df0acb0efeb20f64c2945fc74b
tree08040075048d6804237bfdfefbd0f1ba77eb7499
parentd128e0a2dbb2edd76bf4fea137bcfb47e59f06e7
fixed synchronization problem when configuring game controller

This fixes a bug that can happen due to bad initialization of a delay
counter (to limit the maximum time spent on handling events), causing
it to reach the maximum delay while the screen refresh is also waiting
for the video delay. Resetting the counter right after screen update
fixes this potential problem.
src/screens.c