diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-16 02:22:49 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-16 02:22:49 +0000 |
| commit | b205e6323f8b10c9dcbfb9fd21e7cb896b3805ef (patch) | |
| tree | 67c7b5cc41efee2a270d1ce5d079354691589a8a /plugins/dfsound/xa.c | |
| parent | 528874bff76f12643d898cca70fd0960217b1ae9 (diff) | |
| download | pcsxr-b205e6323f8b10c9dcbfb9fd21e7cb896b3805ef.tar.gz | |
DFSound: change extern inlines to static inlines.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@73330 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/xa.c')
| -rw-r--r-- | plugins/dfsound/xa.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/dfsound/xa.c b/plugins/dfsound/xa.c index 1becc903..6c1f3608 100644 --- a/plugins/dfsound/xa.c +++ b/plugins/dfsound/xa.c @@ -62,7 +62,7 @@ long cdxa_dbuf_ptr; static int lastxa_lc, lastxa_rc;
static int lastcd_lc, lastcd_rc;
-extern INLINE void MixXA(void)
+static INLINE void MixXA(void)
{
int ns;
int lc,rc;
@@ -260,7 +260,7 @@ unsigned long timeGetTime_spu() // FEED XA
////////////////////////////////////////////////////////////////////////
-extern INLINE void FeedXA(xa_decode_t *xap)
+static INLINE void FeedXA(xa_decode_t *xap)
{
int sinc,spos,i,iSize,iPlace;
@@ -451,7 +451,7 @@ extern INLINE void FeedXA(xa_decode_t *xap) unsigned int cdda_ptr;
-extern INLINE void FeedCDDA(unsigned char *pcm, int nBytes)
+static INLINE void FeedCDDA(unsigned char *pcm, int nBytes)
{
while(nBytes>0)
{
|
