2009-07-25 05:39:01 -04:00
|
|
|
/****************************************************************************
|
|
|
|
* TitleBrowser
|
|
|
|
* USB Loader GX 2009
|
|
|
|
*
|
|
|
|
* TitleBrowser.h
|
|
|
|
***************************************************************************/
|
|
|
|
|
|
|
|
#ifndef _TITLEBROWSER_H_
|
|
|
|
#define _TITLEBROWSER_H_
|
|
|
|
|
2009-07-30 01:41:12 -04:00
|
|
|
///opens a window with a custom option browser in it populated with
|
2009-07-25 05:39:01 -04:00
|
|
|
//! type is the type of chnnel to put in the list
|
|
|
|
int TitleBrowser(u32 type);
|
|
|
|
|
|
|
|
#endif
|