diff --git a/src/patcher/function_hooks.c b/src/patcher/function_hooks.c index 167db42..a3ec0a9 100644 --- a/src/patcher/function_hooks.c +++ b/src/patcher/function_hooks.c @@ -203,7 +203,6 @@ void PatchMethodHooks(void) void RestoreInstructions(void) { bat_table_t table; - KernelSetDBATs(&table); log_printf("Restore functions!\n"); int method_hooks_count = sizeof(method_hooks) / sizeof(struct hooks_magic_t); for(int i = 0; i < method_hooks_count; i++)