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

@ -6,6 +6,7 @@
#include "hooklib/dll.h"
#include "hooklib/path.h"
#include "platform/clock.h"
#include "util/dprintf.h"
@ -88,6 +89,7 @@ static HMODULE WINAPI my_LoadLibraryW(const wchar_t *name)
dll_hook_insert_hooks(result);
path_hook_insert_hooks(result);
clock_hook_insert_hooks(result);
}
}