X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fxa.c;fp=plugins%2Fdfsound%2Fxa.c;h=1c5425eaf78112698dae1313946d136b7513af67;hp=af78acbeae8b528fa2ddafb309f11414de52365a;hb=f05d6ca255c80170e4e5fc61cc48d87e013b8807;hpb=36dfb7876314f16d401e2016e55d126fb264d1df 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