e1a36e8988
* only get the list of shit installed on the wii 1 time and use that list globally for stuff like checking if something is installed, getting channel names, getting title versions * remove unused files * probably fuckup svn merge
13 lines
295 B
C
13 lines
295 B
C
/****************************************************************************
|
|
* TitleBrowser
|
|
* USB Loader GX 2009
|
|
*
|
|
* TitleBrowser.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _TITLEBROWSER_H_
|
|
#define _TITLEBROWSER_H_
|
|
|
|
int TitleBrowser();
|
|
|
|
#endif
|