From a58cfdac407bc1d8fedc11acd924b275ba28cc51 Mon Sep 17 00:00:00 2001 From: "SND\\dario86_cp" Date: Sat, 12 Mar 2011 18:54:28 +0000 Subject: Commited patch in issue #8171 (by darktjm). git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@64524 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- libpcsxcore/decode_xa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/decode_xa.c') diff --git a/libpcsxcore/decode_xa.c b/libpcsxcore/decode_xa.c index ee1dd6f3..abca4cc7 100644 --- a/libpcsxcore/decode_xa.c +++ b/libpcsxcore/decode_xa.c @@ -68,7 +68,7 @@ static int K1[4] = { #define BLKSIZ 28 /* block size (32 - 4 nibbles) */ //=========================================== -void ADPCM_InitDecode(ADPCM_Decode_t *decp) { +static void ADPCM_InitDecode(ADPCM_Decode_t *decp) { decp->y0 = 0; decp->y1 = 0; } -- cgit v1.2.3