mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2026-09-08 19:25:12 -05:00
Add support for FunctionPatcherRestoreFunctions
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user