spu: fix a wrong assumption
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
index 9a139e1..95c8948 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef __P_SPU_CONFIG_H__
+#define __P_SPU_CONFIG_H__
+
 // user settings
 
 typedef struct
@@ -8,6 +11,12 @@ typedef struct
  int        iUseInterpolation;
  int        iTempo;
  int        iUseThread;
+ int        iUseFixedUpdates;  // output fixed number of samples/frame
+
+ // status
+ int        iThreadAvail;
 } SPUConfig;
 
 extern SPUConfig spu_config;
+
+#endif /* __P_SPU_CONFIG_H__ */