mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2024-12-03 14:54:18 +01:00
Add FunctionPatcherRestoreDynamicFunctions
This commit is contained in:
parent
5d8e189605
commit
1926e00ffb
@ -7,8 +7,12 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern void FunctionPatcherRestoreDynamicFunctions(function_replacement_data_t *replacements, uint32_t size);
|
||||
|
||||
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
|
||||
|
@ -2,4 +2,5 @@
|
||||
|
||||
:TEXT
|
||||
FunctionPatcherPatchFunction
|
||||
FunctionPatcherRestoreFunctions
|
||||
FunctionPatcherRestoreFunctions
|
||||
FunctionPatcherRestoreDynamicFunctions
|
Loading…
Reference in New Issue
Block a user