forked from TeamTofuShop/segatools
Make clock hook configurable
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
|
||||
#include "hook/process.h"
|
||||
|
||||
#include "hooklib/clock.h"
|
||||
#include "hooklib/gfx.h"
|
||||
#include "hooklib/serial.h"
|
||||
#include "hooklib/spike.h"
|
||||
@ -35,7 +34,6 @@ static DWORD CALLBACK idz_pre_startup(void)
|
||||
|
||||
/* Hook Win32 APIs */
|
||||
|
||||
clock_write_hook_init();
|
||||
serial_hook_init();
|
||||
|
||||
/* Initialize emulation hooks */
|
||||
|
Reference in New Issue
Block a user