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

@ -11,3 +11,4 @@ struct clock_config {
};
HRESULT clock_hook_init(const struct clock_config *cfg);
void clock_hook_insert_hooks(HMODULE target);