moa/emulator
transistor 4cb423d85a Fixed minifb frame updater to allow slower framerates
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
2022-10-02 13:07:15 -07:00
..
core Fixed minifb frame updater to allow slower framerates 2022-10-02 13:07:15 -07:00
cpus Fixed regression when fixing interrupt handling in 68k 2022-09-29 20:21:00 -07:00
frontends Fixed minifb frame updater to allow slower framerates 2022-10-02 13:07:15 -07:00
peripherals Added DAC to ym2612 and changed mixing method 2022-10-02 10:29:34 -07:00
systems Added DAC to ym2612 and changed mixing method 2022-10-02 10:29:34 -07:00