Fixes Diablo 1 SPU bug properly and remove Diablo hack. (#191)
[pcsx_rearmed.git] / plugins / dfsound / spu_config.h
index c6641be..3e88a2c 100644 (file)
@@ -7,6 +7,11 @@ typedef struct
  int        iUseReverb;
  int        iUseInterpolation;
  int        iTempo;
+ int        iUseThread;
+ int        iUseFixedUpdates;  // output fixed number of samples/frame
+
+ // status
+ int        iThreadAvail;
 } SPUConfig;
 
 extern SPUConfig spu_config;