File:  [RetroPC.NET] / np2 / fdd / sxsicd.h
Revision 1.4: download - view: text, annotated - select for diffs
Tue Apr 5 22:48:09 2005 JST (20 years, 6 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix cue sheets relative filename (T.Yui)


#ifdef __cplusplus
extern "C" {
#endif

enum {
	SXSIMEDIA_DATA = 0x10,
	SXSIMEDIA_AUDIO = 0x20
};

BRESULT sxsicd_open(SXSIDEV sxsi, const OEMCHAR *fname);
UINT sxsicd_gettocinfo(SXSIDEV sxsi, UINT8 *buf);

#ifdef __cplusplus
}
#endif


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