mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-12-26 03:41:55 +01:00
b23d86b5bc
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
15 lines
230 B
C
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 |