(finally) fix sound

* reset capture position when starting capture
* reorder channel/capture handling
* implement FIFO for channel and capture
This commit is contained in:
StapleButter
2017-11-11 18:46:42 +01:00
parent c3675af538
commit b96ac8e000
4 changed files with 173 additions and 45 deletions

View File

@ -662,7 +662,7 @@ void OnAreaResize(uiAreaHandler* handler, uiArea* area, int width, int height)
void Run()
{printf("go sonic go\n");
{
EmuRunning = 1;
RunningSomething = true;