File:  [RetroPC.NET] / np2 / generic / hostdrvs.h
Revision 1.2: download - view: text, annotated - select for diffs
Fri Jan 9 16:27:15 2004 JST (21 years, 9 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix hostdrv (T.Yui)


// 一覧取得
LISTARRAY hostdrvs_getpathlist(const char *realpath);

// ホスト側のファイル名を得る
BOOL hostdrvs_getrealpath(HDRVPATH *hdp, char *dospath);

// ホスト側のファイル名を作る
BOOL hostdrvs_newrealpath(HDRVPATH *hdp, char *dospath);

// ファイルハンドルリスト
void hostdrvs_fhdlreopen(LISTARRAY fhdl);
void hostdrvs_fhdlallclose(LISTARRAY fhdl);
HDRVFILE hostdrvs_fhdlsea(LISTARRAY fhdl);


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