WiiUPluginLoaderBackend/source/patcher/hooks_patcher.h
Maschell 2705a91c13 First iteration of the WUPS-Backend as a .rpx/module for the SetupPayload
- Function replacements are not implemented yet
- Serveral features like the config menu are missing

Still WIP
2020-04-29 18:02:36 +02:00

19 lines
346 B
C

#ifndef _HOOKS_FUNCTION_PATCHER_H
#define _HOOKS_FUNCTION_PATCHER_H
#include <utils/function_patcher.h>
#ifdef __cplusplus
extern "C" {
#endif
extern hooks_magic_t method_hooks_hooks[];
extern uint32_t method_hooks_size_hooks;
extern volatile uint32_t method_calls_hooks[];
#ifdef __cplusplus
}
#endif
#endif /* _HOOKS_FUNCTION_PATCHER_H */