mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
(finally) fix sound
* reset capture position when starting capture * reorder channel/capture handling * implement FIFO for channel and capture
This commit is contained in:
@ -329,9 +329,6 @@ void Reset()
|
||||
memset(SchedList, 0, sizeof(SchedList));
|
||||
SchedListMask = 0;
|
||||
|
||||
/*ARM9Cycles = 0;
|
||||
ARM7Cycles = 0;
|
||||
SchedCycles = 0;*/
|
||||
CurIterationCycles = 0;
|
||||
ARM7Offset = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user