mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-19 09:49:21 +01:00
15 lines
361 B
C
15 lines
361 B
C
/****************************************************************************
|
|
* DiscBrowser
|
|
* USB Loader GX 2009
|
|
*
|
|
* DiscBrowser.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _DISCBROWSER_H_
|
|
#define _DISCBROWSER_H_
|
|
|
|
int DiscBrowse(struct discHdr * header);
|
|
int autoSelectDol(const char *id);
|
|
|
|
#endif
|