(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

@ -329,9 +329,6 @@ void Reset()
memset(SchedList, 0, sizeof(SchedList));
SchedListMask = 0;
/*ARM9Cycles = 0;
ARM7Cycles = 0;
SchedCycles = 0;*/
CurIterationCycles = 0;
ARM7Offset = 0;