X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=blobdiff_plain;f=plugins%2Fdfsound%2Fxa.h;fp=plugins%2Fdfsound%2Fxa.h;h=0000000000000000000000000000000000000000;hp=137fe4362c323dd652c8f4f8092915f26aaab830;hb=73d2a9037e5ea290cac10a9f26860a6405b55a0c;hpb=dc4fa8bcd7d8fb9ccd6c742a350f69e0683350e0 diff --git a/plugins/dfsound/xa.h b/plugins/dfsound/xa.h deleted file mode 100644 index 137fe436..00000000 --- a/plugins/dfsound/xa.h +++ /dev/null @@ -1,25 +0,0 @@ -/*************************************************************************** - xa.h - description - ------------------- - begin : Wed May 15 2002 - copyright : (C) 2002 by Pete Bernert - email : BlackDove@addcom.de - ***************************************************************************/ -/*************************************************************************** - * * - * This program is free software; you can redistribute it and/or modify * - * it under the terms of the GNU General Public License as published by * - * the Free Software Foundation; either version 2 of the License, or * - * (at your option) any later version. See also the license.txt file for * - * additional informations. * - * * - ***************************************************************************/ - -#ifndef __P_XA_H__ -#define __P_XA_H__ - -INLINE void MixXA(void); -INLINE void FeedXA(xa_decode_t *xap); -INLINE int FeedCDDA(unsigned char *pcm, int nBytes); - -#endif /* __P_XA_H__ */