apply cdrom volume in spu
[pcsx_rearmed.git] / plugins / dfsound / dma.h
diff --git a/plugins/dfsound/dma.h b/plugins/dfsound/dma.h
deleted file mode 100644 (file)
index 4982432..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-/***************************************************************************\r
-                            dma.h  -  description\r
-                             -------------------\r
-    begin                : Wed May 15 2002\r
-    copyright            : (C) 2002 by Pete Bernert\r
-    email                : BlackDove@addcom.de\r
- ***************************************************************************/\r
-\r
-/***************************************************************************\r
- *                                                                         *\r
- *   This program is free software; you can redistribute it and/or modify  *\r
- *   it under the terms of the GNU General Public License as published by  *\r
- *   the Free Software Foundation; either version 2 of the License, or     *\r
- *   (at your option) any later version. See also the license.txt file for *\r
- *   additional informations.                                              *\r
- *                                                                         *\r
- ***************************************************************************/\r
-\r
-//*************************************************************************//\r
-// History of changes:\r
-//\r
-// 2002/05/15 - Pete\r
-// - generic cleanup for the Peops release\r
-//\r
-//*************************************************************************//\r
-\r
-#ifndef __P_DMA_H__\r
-#define __P_DMA_H__\r
-\r
-unsigned short CALLBACK SPUreadDMA(void);\r
-void CALLBACK SPUreadDMAMem(unsigned short * pusPSXMem,int iSize);\r
-void CALLBACK SPUwriteDMA(unsigned short val);\r
-void CALLBACK SPUwriteDMAMem(unsigned short * pusPSXMem,int iSize);\r
-\r
-#endif /* __P_DMA_H__ */\r