port clock fixes from dniel segatools
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user