usbloadergx/source/prompts/TitleBrowser.h

16 lines
436 B
C
Raw Normal View History

/****************************************************************************
* 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