mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-01-02 15:21:52 +01:00
9472bd3d59
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)
15 lines
254 B
C
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 |