aboutsummaryrefslogtreecommitdiff
path: root/src/NDS.cpp
diff options
context:
space:
mode:
authorStapleButter <thetotalworm@gmail.com>2017-11-11 18:46:42 +0100
committerStapleButter <thetotalworm@gmail.com>2017-11-11 18:46:42 +0100
commitb96ac8e000536e9c3f498579abb319c6cfe3d022 (patch)
treea407687bc88959cee88a6e28a1c610a1a9b70628 /src/NDS.cpp
parentc3675af538b2e6f3e812e786e973029d613e8e9f (diff)
(finally) fix sound
* reset capture position when starting capture * reorder channel/capture handling * implement FIFO for channel and capture
Diffstat (limited to 'src/NDS.cpp')
-rw-r--r--src/NDS.cpp3
1 files changed, 0 insertions, 3 deletions
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;