WiiFlow_Lite/source/gc/gc.h
fix94.1 9472bd3d59 -added possibility to use another folder for
gamecube games on usb, its a new config entry
in DML section, dir_usb_games, default is the
"games" folder. If you want for example "ngc",
change the value to "%s:/ngc". (issue 19)
2012-03-06 21:04:23 +00:00

15 lines
254 B
C

#ifdef __cplusplus
extern "C"
{
#endif
#ifndef GC_H_
#define GC_H_
void set_video_mode(int i);
void set_language(u8 lang);
bool DML_GameIsInstalled(char *discid, const char* partition, const char* dmlgamedir);
#endif //GC_H_
#ifdef __cplusplus
}
#endif