X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fxa.c;h=1c5425eaf78112698dae1313946d136b7513af67;hp=af78acbeae8b528fa2ddafb309f11414de52365a;hb=fa56d36096cd4ab2b227ce2aa61c8404b8874689;hpb=efce366c5b6596b9542c4fe8c69695191dab5d5a diff --git a/plugins/dfsound/xa.c b/plugins/dfsound/xa.c index af78acbe..1c5425ea 100644 --- a/plugins/dfsound/xa.c +++ b/plugins/dfsound/xa.c @@ -104,7 +104,7 @@ INLINE void MixXA(void) // small linux time helper... only used for watchdog //////////////////////////////////////////////////////////////////////// -unsigned long timeGetTime_spu() +static unsigned long timeGetTime_spu() { struct timeval tv; gettimeofday(&tv, 0); // well, maybe there are better ways