File:  [RetroPC.NET] / np2 / fdd / sxsicd.h
Revision 1.2: download - view: text, annotated - select for diffs
Sun Mar 6 01:35:49 2005 JST (20 years, 7 months ago) by monaka
Branches: MAIN
CVS tags: HEAD
set CD media type.


#ifdef __cplusplus
extern "C" {
#endif

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

BRESULT sxsicd_open(SXSIDEV sxsi, const OEMCHAR *file);

#ifdef __cplusplus
}
#endif


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