summaryrefslogtreecommitdiff
path: root/plugins/dfsound/spu.h
diff options
context:
space:
mode:
authorSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-08-16 08:02:57 +0000
committerSND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2011-08-16 08:02:57 +0000
commit47d52dacd0e12e909bf91c9bd99478e6b90dbfec (patch)
tree952b0c7804ae57d4688f7d78e86ccdf2f2982f8a /plugins/dfsound/spu.h
parentc5964a2a3b82282defa497484446ed6bdf1cf73b (diff)
downloadpcsxr-47d52dacd0e12e909bf91c9bd99478e6b90dbfec.tar.gz
SPU crash fix, macos peopsxgl gte accuracy.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@69712 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/spu.h')
-rw-r--r--plugins/dfsound/spu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dfsound/spu.h b/plugins/dfsound/spu.h
index 8912684b..6e262966 100644
--- a/plugins/dfsound/spu.h
+++ b/plugins/dfsound/spu.h
@@ -18,4 +18,4 @@
void SetupTimer(void);
void RemoveTimer(void);
void CALLBACK SPUplayADPCMchannel(xa_decode_t *xap);
-void CALLBACK SPUplayCDDAchannel(short *pcm, int bytes); \ No newline at end of file
+void CALLBACK SPUplayCDDAchannel(short *pcm, int bytes);