WiiFlow_Lite/source/loader/alt_ios.h
fix94.1 90b4b24c2e -fixed booting wii games from sd card
-fixed booting devolution without AHBPROT patched out
-cleaned up some stuff
2012-08-25 15:10:57 +00:00

17 lines
181 B
C

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