mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-08 20:45:07 +01:00
aa936a5c43
add function to create gameList based on installed channels. not used yet.
18 lines
481 B
C
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
|