X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fdfsound%2Fspu_config.h;h=b830142edf601846ebd2b38bc6417f75617fce3f;hb=b34d6a805a50ee4a897b0a53bbc0b89e3eb7f72e;hp=3e88a2c22d0e39e63e2ba0c6da73889f49ed32fe;hpb=16f3ca666fb090dcb9ac0b399b767e4ed0aabece;p=pcsx_rearmed.git diff --git a/plugins/dfsound/spu_config.h b/plugins/dfsound/spu_config.h index 3e88a2c2..b830142e 100644 --- a/plugins/dfsound/spu_config.h +++ b/plugins/dfsound/spu_config.h @@ -1,3 +1,6 @@ +#ifndef __P_SPU_CONFIG_H__ +#define __P_SPU_CONFIG_H__ + // user settings typedef struct @@ -8,10 +11,11 @@ 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__ */