mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-09 17:05:05 +01:00
Fixed a small mistake. ups.
This commit is contained in:
parent
2d1e2f42d0
commit
509c5f0d8a
@ -203,7 +203,6 @@ void PatchMethodHooks(void)
|
|||||||
void RestoreInstructions(void)
|
void RestoreInstructions(void)
|
||||||
{
|
{
|
||||||
bat_table_t table;
|
bat_table_t table;
|
||||||
KernelSetDBATs(&table);
|
|
||||||
log_printf("Restore functions!\n");
|
log_printf("Restore functions!\n");
|
||||||
int method_hooks_count = sizeof(method_hooks) / sizeof(struct hooks_magic_t);
|
int method_hooks_count = sizeof(method_hooks) / sizeof(struct hooks_magic_t);
|
||||||
for(int i = 0; i < method_hooks_count; i++)
|
for(int i = 0; i < method_hooks_count; i++)
|
||||||
|
Loading…
Reference in New Issue
Block a user