mirror of
https://github.com/transistorfet/moa.git
synced 2024-11-22 10:32:59 +00:00
4cb423d85a
If the sim is running slower than 60Hz, it was using the frame limiter to not apply because no frame was drawn, and so it would end up running at full speed. Minifb can save the last frame without cloning it, and redraw the same frame if no new frame is ready, which allows the limiter to still delay the next frame, so slower speeds work. This was also preventing things that didn't update the screen from allowing inputs including escape to have any effect |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |