binji / binjgb

Gameboy emulator implemented in C, that also runs in the browser
https://binji.github.io/binjgb/
MIT License
543 stars 61 forks source link

Enable vsync on startup #28

Closed Softkandi closed 4 years ago

Softkandi commented 4 years ago

Up until now, the code didn't enable or disable vsync on startup. Seems that this issue went unnoticed for the author because on Linux vsync is enabled by default, but on Windows it isn't. As a result, Windows builds always started without vsync.