diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-03 03:12:49 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-10-03 03:12:49 +0000 |
| commit | 559e490f0cc14474dc331f85e2e8bcd35a4d3bd1 (patch) | |
| tree | ae8ca602bfa712fb6dfeef16e8014e94e4dc2918 /plugins/dfsound/externals.h | |
| parent | 6bc1f5c773d385a8b0d265438577ea274a7fc414 (diff) | |
| download | pcsxr-559e490f0cc14474dc331f85e2e8bcd35a4d3bd1.tar.gz | |
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@30932 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfsound/externals.h')
| -rw-r--r-- | plugins/dfsound/externals.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/plugins/dfsound/externals.h b/plugins/dfsound/externals.h index 16a7b9c1..f8562046 100644 --- a/plugins/dfsound/externals.h +++ b/plugins/dfsound/externals.h @@ -15,7 +15,7 @@ * *
***************************************************************************/
-#include <stdint.h> +#include <stdint.h>
/////////////////////////////////////////////////////////
// generic defines
@@ -209,7 +209,6 @@ extern unsigned char * pSpuBuffer; // user settings
-extern int iUseXA;
extern int iVolume;
extern int iXAPitch;
extern int iUseTimer;
@@ -256,15 +255,15 @@ extern xa_decode_t * xapGlobal; extern uint32_t * XAFeed;
extern uint32_t * XAPlay;
extern uint32_t * XAStart;
-extern uint32_t * XAEnd; +extern uint32_t * XAEnd;
extern uint32_t XARepeat;
-extern uint32_t XALastVal; +extern uint32_t XALastVal;
-extern uint32_t * CDDAFeed; -extern uint32_t * CDDAPlay; -extern uint32_t * CDDAStart; -extern uint32_t * CDDAEnd; +extern uint32_t * CDDAFeed;
+extern uint32_t * CDDAPlay;
+extern uint32_t * CDDAStart;
+extern uint32_t * CDDAEnd;
extern int iLeftXAVol;
extern int iRightXAVol;
|
