WiiFlow_Lite/source/channel/identify.h

16 lines
174 B
C
Raw Normal View History

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