summaryrefslogtreecommitdiff
path: root/src/dsp2emu.c
diff options
context:
space:
mode:
authortwinaphex2016-10-13 16:55:11 +0200
committertwinaphex2016-10-13 16:55:11 +0200
commite5e96458e10cf6faccd3a3fa44e3c928d7868af1 (patch)
tree0236193675e79239fe72c39a0f6496a0afb64c51 /src/dsp2emu.c
parent815b571d9204d58b4bcdcd9b9f42b7d6d24afb88 (diff)
downloadsnes9x2002-e5e96458e10cf6faccd3a3fa44e3c928d7868af1.tar.gz
snes9x2002-e5e96458e10cf6faccd3a3fa44e3c928d7868af1.tar.bz2
snes9x2002-e5e96458e10cf6faccd3a3fa44e3c928d7868af1.zip
Remove obsolete debugging code
Diffstat (limited to 'src/dsp2emu.c')
-rw-r--r--src/dsp2emu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dsp2emu.c b/src/dsp2emu.c
index 4fdf804..ba48368 100644
--- a/src/dsp2emu.c
+++ b/src/dsp2emu.c
@@ -336,4 +336,4 @@ void DSP2_Op0D()
DSP1.output[i] = (pixelarray[i << 1] << 4) | pixelarray[(i << 1) + 1];
}
-#endif \ No newline at end of file
+#endif