How do I disable vSync? [ANSWERED]

I am making a game on my MacBook Air, and my fps is not going higher than 60.
I have looked into it, and it has to do with the fact gdevelop 5 forces vSync. When I make the maximum fps unlimited it still caps at 60. When I start the scene the fps starts at 6 and immediately jumps to 70 fps, and then returns to 60. After this it won’t go past 60 fps. Also, on some rare occasions, the fps is 61. If I’m not wrong, gdevelop is open source, so there MUST be some way to disable vSync.
Thanks in advance! :grinning:

Unfortunately, GDevelop does not force VSync. Browsers/electron do.

Even fully built game executables/binaries are running on electron, which is just Chromium.

As far as I know electron (and chromium) no longer has a way to switch off vsync.

1 Like

Oh. Well, thanks very much!

1 Like