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