WiiFlow_Lite/source/loader/alt_ios.h
fix94.1 6ae58ae3de -added back basic hermes and wanin cIOS support, you can now load
wii games with them again and you also should be able to boot
wiiflow using another ios than d2x
2012-07-16 14:05:57 +00:00

20 lines
221 B
C

#ifndef _ALT_IOS_H_
#define _ALT_IOS_H_
#include <ogcsys.h>
#ifdef __cplusplus
extern "C" {
#endif
bool loadIOS(int ios, bool launch_game);
u32 get_ios_base();
extern int mainIOS;
#ifdef __cplusplus
}
#endif
#endif