cdrom: change pause timing again
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
index 9a139e1..b830142 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __P_SPU_CONFIG_H__
+#define __P_SPU_CONFIG_H__
+
 // user settings
 
 typedef struct
@@ -8,6 +11,11 @@ typedef struct
  int        iUseInterpolation;
  int        iTempo;
  int        iUseThread;
+
+ // status
+ int        iThreadAvail;
 } SPUConfig;
 
 extern SPUConfig spu_config;
+
+#endif /* __P_SPU_CONFIG_H__ */