CatacombSDL icon indicating copy to clipboard operation
CatacombSDL copied to clipboard

Fix incorrect key polling in key calibration routine (misplaced semicolon)

Open 64kramsystem opened this issue 2 years ago • 1 comments

The key polling cycle in the key calibration routine has a misplaced semicolon, which prevented WaitVBL() to run on each poll (cycle).

I'm actually no expert 😬 - I've just compared the source project with the port, and had a look at the APIs involved. The calibration actually works fine either way.

64kramsystem avatar Aug 13 '22 15:08 64kramsystem