port clock fixes from dniel segatools

This commit is contained in:
2024-08-20 10:14:10 -04:00
parent 5becf8798c
commit b7a961ff71
5 changed files with 25 additions and 9 deletions

View File

@ -10,6 +10,7 @@
#include "hooklib/reg.h"
#include "hook/procaddr.h"
#include "hooklib/serial.h"
#include "platform/clock.h"
#include "util/dprintf.h"
@ -96,6 +97,7 @@ static HMODULE WINAPI my_LoadLibraryW(const wchar_t *name)
path_hook_insert_hooks(result);
reg_hook_insert_hooks(result);
proc_addr_insert_hooks(result);
clock_hook_insert_hooks(result);
serial_hook_apply_hooks(result);
iohook_apply_hooks(result);
}