WiiFlow_Lite/source/channel/identify.h
fix94.1 470e40a9e6 -using isfs patches of postloader because they are open source
and work just fine with the wiiu wii mode compared to the old one
2012-12-08 00:25:07 +00:00

16 lines
174 B
C

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