mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 07:39:24 +01:00
dc8a9a81fc
- Now patching two more function which could be used as hooks (PPCExit and ProcUIProcessMessages)
17 lines
226 B
C
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_
|