unity: timezone spoofing fixed, close #27

This commit is contained in:
2024-08-06 11:14:27 +02:00
parent b9204d4765
commit 686d57d3ee
3 changed files with 20 additions and 29 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);