Baekalfen / PyBoy

Game Boy emulator written in Python
Other
4.57k stars 472 forks source link

Add frame limiter to `null` window #333

Open Baekalfen opened 2 months ago

Baekalfen commented 2 months ago

Add frame limiter in the style of the OpenGL implementation https://github.com/Baekalfen/PyBoy/commit/2d8a606fc3596c23111548c916aef016d18a7c82

daivikbhatia commented 2 months ago

@Baekalfen I want to take it up