X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu_config.h;h=6b46bf3861fdd8f05e95fe1b0b5d9a4689d24e2b;hp=9a139e1792051ab6d1b40a6e50de88ef878cf790;hb=c2502333b2e56e520bb9ecc2f931a639eee415d7;hpb=63a4f6b6a3b0315590cd3009df2c92480ed2d98b diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h index 9a139e17..6b46bf38 100644 --- a/plugins/dfsound/spu_config.h +++ b/plugins/dfsound/spu_config.h @@ -7,7 +7,12 @@ typedef struct int iUseReverb; int iUseInterpolation; int iTempo; + int idiablofix; int iUseThread; + int iUseFixedUpdates; // output fixed number of samples/frame + + // status + int iThreadAvail; } SPUConfig; extern SPUConfig spu_config;