spu: finish offload code to TI C64x DSP
[pcsx_rearmed.git] / plugins / dfsound / xa.c
index 1241380..6c0ce4b 100644 (file)
@@ -90,7 +90,9 @@ INLINE void MixXA(int ns_to, int decode_pos)
 
 static unsigned long timeGetTime_spu()
 {
-#ifdef _WIN32
+#if defined(NO_OS)
+ return 0;
+#elif defined(_WIN32)
  return GetTickCount();
 #else
  struct timeval tv;