mirror of
https://github.com/kichikuou/system3-sdl2.git
synced 2026-09-27 17:38:01 +03:00
Rapid register writes could cause audio glitches [1]. This introduces a queue to process one write per audio generation cycle. This approach is the same as the one used in ymfm's vgmrender.cpp. [1] https://github.com/aaronsgiles/ymfm/issues/1