forked from TeamTofuShop/segatools
idac: added dipswitch support (beta)
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
|
||||
#include "board/sg-reader.h"
|
||||
#include "board/io4.h"
|
||||
#include "board/vfd.h"
|
||||
|
||||
#include "hook/process.h"
|
||||
|
||||
@ -60,13 +59,6 @@ static DWORD CALLBACK idac_pre_startup(void)
|
||||
goto fail;
|
||||
}
|
||||
|
||||
// Not needed?
|
||||
hr = vfd_hook_init(4);
|
||||
|
||||
if (FAILED(hr)) {
|
||||
return hr;
|
||||
}
|
||||
|
||||
hr = idac_dll_init(&idac_hook_cfg.dll, idac_hook_mod);
|
||||
|
||||
if (FAILED(hr)) {
|
||||
|
@ -8,7 +8,6 @@ shared_library(
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
capnhook.get_variable('hooklib_dep'),
|
||||
shlwapi_lib,
|
||||
xinput_lib,
|
||||
],
|
||||
link_with : [
|
||||
|
Reference in New Issue
Block a user