mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
eb24ebf76f
-changed the IOS patching system, should be much more safe now
16 lines
154 B
C
16 lines
154 B
C
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
#ifndef _PATCHER_H_
|
|
#define _PATCHER_H_
|
|
|
|
void PatchIOS(void);
|
|
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|