X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu_config.h;h=3e88a2c22d0e39e63e2ba0c6da73889f49ed32fe;hb=2af7e74feec67c0a798ac190774cb4b3e925be76;hp=c6641be52f91a33d0746578e2413c62af03cca9e;hpb=247fc699be6b3bd95fd9126541e0804cc8dffdd4;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h index c6641be5..3e88a2c2 100644 --- a/plugins/dfsound/spu_config.h +++ b/plugins/dfsound/spu_config.h @@ -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;