mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
470e40a9e6
and work just fine with the wiiu wii mode compared to the old one
16 lines
174 B
C
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
|