WiiUPluginSystem/loader/src/myutils/mocha.h
Maschell dc8a9a81fc [Loader] Added mocha and device mounting.
- Now patching two more function which could be used as hooks (PPCExit and ProcUIProcessMessages)
2018-02-14 19:46:14 +01:00

17 lines
226 B
C

#ifndef __MOCHA_HOOK_H_
#define __MOCHA_HOOK_H_
#include "../mocha/src/cfw_config.h"
#ifdef __cplusplus
extern "C" {
#endif
void ExecuteIOSExploitWithDefaultConfig();
#ifdef __cplusplus
}
#endif
#endif // __MOCHA_HOOK_H_