mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2024-11-21 17:19:19 +01:00
Add support for FunctionPatcherRestoreFunctions
This commit is contained in:
parent
3022c8cd1d
commit
6e285909d7
@ -8,7 +8,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
extern void FunctionPatcherPatchFunction(function_replacement_data_t *replacements, uint32_t size);
|
||||
|
||||
extern void FunctionPatcherRestoreFunctions(function_replacement_data_t *replacements, uint32_t size);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
@ -1,4 +1,5 @@
|
||||
:NAME homebrew_functionpatcher
|
||||
|
||||
:TEXT
|
||||
FunctionPatcherPatchFunction
|
||||
FunctionPatcherPatchFunction
|
||||
FunctionPatcherRestoreFunctions
|
Loading…
Reference in New Issue
Block a user