WiiFlow_Lite/source/channel/identify.h
fix94.1 e564058569 -use regular ios if booting channels from real nand
(fixes wiiu wii mode and maybe original nintendo channels)
2012-12-08 21:16:05 +00:00

17 lines
206 B
C

#ifdef __cplusplus
extern "C"
{
#endif
#ifndef _PATCHER_H_
#define _PATCHER_H_
bool Patch_ISFS_Permission(bool enable);
void Patch_Channel_Boot(void);
#endif
#ifdef __cplusplus
}
#endif