WiiFlow_Lite/source/banner/LanguageCode.h
fix94.1 706e18c6c0 -internal wii game and channel banner playback, still work in
progress, thanks alot to dimok and the whole usb loader gx team 
for help and the code for it!
To zoom the banner to fullscreen click the back button, to zoom out
the back button again, known bugs:
-some games fuck up the textures of buttons (e.g. wii play motion)
-if no wii game or channel was selected and you try to launch a game
or exit wiiflow it will most likely codedump
2012-07-03 16:26:49 +00:00

15 lines
174 B
C

#ifndef __LANGUAGE_CODE_H_
#define __LANGUAGE_CODE_H_
#ifdef __cplusplus
extern "C" {
#endif
const char* CONF_GetLanguageString(void);
#ifdef __cplusplus
}
#endif
#endif