From b96ac8e000536e9c3f498579abb319c6cfe3d022 Mon Sep 17 00:00:00 2001 From: StapleButter Date: Sat, 11 Nov 2017 18:46:42 +0100 Subject: (finally) fix sound * reset capture position when starting capture * reorder channel/capture handling * implement FIFO for channel and capture --- src/NDS.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/NDS.cpp') diff --git a/src/NDS.cpp b/src/NDS.cpp index ab7b5a2..c75b168 100644 --- a/src/NDS.cpp +++ b/src/NDS.cpp @@ -329,9 +329,6 @@ void Reset() memset(SchedList, 0, sizeof(SchedList)); SchedListMask = 0; - /*ARM9Cycles = 0; - ARM7Cycles = 0; - SchedCycles = 0;*/ CurIterationCycles = 0; ARM7Offset = 0; -- cgit v1.2.3