diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-08-16 08:02:57 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-08-16 08:02:57 +0000 |
| commit | 47d52dacd0e12e909bf91c9bd99478e6b90dbfec (patch) | |
| tree | 952b0c7804ae57d4688f7d78e86ccdf2f2982f8a /plugins/dfsound/spu.h | |
| parent | c5964a2a3b82282defa497484446ed6bdf1cf73b (diff) | |
| download | pcsxr-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.h | 2 |
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);
|
