1cc7d3acd6
* Added initial (untested!) support for the zip file format, which is supported by the HBC * Began working on compressed wad files. Uncompressing fails for now, so uploading WAD files should be done with the previous version of Wiiload. * Fixed issue 902 (hence the large commit).
15 lines
421 B
C
15 lines
421 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);
|
|
|
|
#endif
|