spu: threaded implementation
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
index c6641be..9a139e1 100644 (file)
@@ -7,6 +7,7 @@ typedef struct
  int        iUseReverb;
  int        iUseInterpolation;
  int        iTempo;
+ int        iUseThread;
 } SPUConfig;
 
 extern SPUConfig spu_config;