WiiFlow_Lite/source/channel/identify.h
fix94.1 eb24ebf76f -recompiled libntfs with -O2 as it was before the update
-changed the IOS patching system, should be much more safe now
2013-01-27 12:12:44 +00:00

16 lines
154 B
C

#ifdef __cplusplus
extern "C"
{
#endif
#ifndef _PATCHER_H_
#define _PATCHER_H_
void PatchIOS(void);
#endif
#ifdef __cplusplus
}
#endif