2009-10-01 01:10:58 +02:00
|
|
|
/****************************************************************************
|
|
|
|
* TitleBrowser
|
|
|
|
* USB Loader GX 2009
|
|
|
|
*
|
|
|
|
* TitleBrowser.h
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _TITLEBROWSER_H_
|
|
|
|
#define _TITLEBROWSER_H_
|
|
|
|
|
|
|
|
///opens a window with a custom option browser in it populated with
|
|
|
|
//! type is the type of chnnel to put in the list
|
|
|
|
int TitleBrowser(u32 type);
|
|
|
|
|
2009-10-01 11:17:55 +02:00
|
|
|
//int buildTitleList(int t=0, const wchar_t* Filter=NULL);
|
|
|
|
|
2009-10-01 01:10:58 +02:00
|
|
|
#endif
|