usbloadergx/source/prompts/TitleBrowser.h
giantpune aa936a5c43 fix a little bug
add function to create gameList based on installed channels.  not used yet.
2009-10-01 09:17:55 +00:00

18 lines
481 B
C

/****************************************************************************
* 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);
//int buildTitleList(int t=0, const wchar_t* Filter=NULL);
#endif