WiiFlow_Lite/source/gc/gc.h
fix94.1 311ab42ed4 -Cleaned up GC and DML booting process
-Setting GC retail disc audio streaming properly now (no need for two drive inits)
2012-01-23 15:57:30 +00:00

13 lines
139 B
C

#ifdef __cplusplus
extern "C"
{
#endif
#ifndef GC_H_
#define GC_H_
void set_video_mode(int i);
#endif //GC_H_
#ifdef __cplusplus
}
#endif