WiiFlow_Lite/source/gc/gc.h
fix94.1 b23d86b5bc -added more accurate progress bar for copy
gc game from usb to sd
-made the gc disc installer progress bar more
accurate too ;)
-deleting a gamecube game will now delete all
files found in the directory, more accurate lol
2012-03-05 09:48:13 +00:00

15 lines
230 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);
#endif //GC_H_
#ifdef __cplusplus
}
#endif