forked from TeamTofuShop/segatools
Combine both clock hooks
Turns out the clock skew doesn't really work unless RTC and TZ changes are blocked as well.
This commit is contained in:
@ -17,7 +17,7 @@ static DWORD CALLBACK app_pre_startup(void)
|
||||
|
||||
ds_hook_init();
|
||||
nusec_hook_init();
|
||||
clock_skew_hook_init();
|
||||
clock_hook_init();
|
||||
spike_hook_init("minispike.txt");
|
||||
|
||||
dprintf("--- End %s ---\n", __func__);
|
||||
|
Reference in New Issue
Block a user