diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-15 21:26:52 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-15 21:26:52 +0000 |
| commit | b9d1c7513f22f86b581e9d4ab85cdbf30b4b37b5 (patch) | |
| tree | e5d408bd065c8d5d318f977da095e3addd2da9ca /plugins | |
| parent | 1af151e8bbd3f54aec49fc5956e98de68f3f6491 (diff) | |
| download | pcsxr-b9d1c7513f22f86b581e9d4ab85cdbf30b4b37b5.tar.gz | |
iStop.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61207 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/dfsound/externals.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/plugins/dfsound/externals.h b/plugins/dfsound/externals.h index 6fe7c9d2..4488e168 100644 --- a/plugins/dfsound/externals.h +++ b/plugins/dfsound/externals.h @@ -64,8 +64,8 @@ typedef struct int ReleaseModeExp;
unsigned long ReleaseVal;
long ReleaseTime;
- long ReleaseStartTime;
- long ReleaseVol;
+ long ReleaseStartTime;
+ long ReleaseVol;
long lTime;
long lVolume;
} ADSRInfo;
@@ -87,7 +87,7 @@ typedef struct long lDummy1;
long lDummy2;
} ADSRInfoEx;
-
+
///////////////////////////////////////////////////////////
// Tmp Flags
@@ -129,6 +129,7 @@ typedef struct int bIgnoreLoop; // ignore loop bit, if an external loop address is used
int iMute; // mute mode (debug)
int iSilent; // voice on - sound on/off
+ int iStop; //
int iRightVolume; // right volume
int iRightVolRaw; // right psx volume value
int iRawPitch; // raw pitch (0...3fff)
@@ -141,7 +142,7 @@ typedef struct int bNoise; // noise active flag
int bFMod; // freq mod (0=off, 1=sound channel, 2=freq channel)
int iRVBNum; // another reverb helper
- int iOldNoise; // old noise val for this channel
+ int iOldNoise; // old noise val for this channel
ADSRInfo ADSR; // active ADSR settings
ADSRInfoEx ADSRX; // next ADSR settings (will be moved to active on sample start)
} SPUCHAN;
@@ -207,7 +208,7 @@ extern HINSTANCE hInst; // psx buffers / addresses
-extern unsigned short regArea[];
+extern unsigned short regArea[];
extern unsigned short spuMem[];
extern unsigned char * spuMemC;
extern unsigned char * pSpuIrq;
@@ -236,7 +237,7 @@ extern unsigned short spuCtrl; extern unsigned short spuStat;
extern unsigned short spuIrq;
extern unsigned long spuAddr;
-extern int bEndThread;
+extern int bEndThread;
extern int bThreadEnded;
extern int bSpuInit;
extern unsigned long dwNewChannel;
@@ -317,6 +318,6 @@ extern int * sRVBEnd; extern int * sRVBStart;
extern int iReverbOff;
extern int iReverbRepeat;
-extern int iReverbNum;
+extern int iReverbNum;
#endif
|
