File:  [RetroPC.NET] / xmil / nds / sound / sound.h
Revision 1.1: download - view: text, annotated - select for diffs
Tue Mar 24 22:52:52 2009 JST (16 years, 7 months ago) by yui
Branches: MAIN
CVS tags: HEAD
add nds-win32 simulation project


#ifndef SOUNDCALL
#define	SOUNDCALL
#endif

typedef void (SOUNDCALL * SOUNDCB)(void *hdl, SINT32 *pcm, UINT count);

#define	sound_create(r, m)			(FAILURE)
#define	sound_destroy()
#define sound_reset()
#define sound_changeclock()
#define sound_streamregist(h, c)
#define	sound_sync()
#define	sound_makesample(l)
#define	sound_pcmlock()				(NULL)
#define	sound_pcmunlock(h)


RetroPC.NET-CVS <cvs@retropc.net>