bio2emu: Refactor out the BIO2 emulation code so that it can be reused

Also make it support multiple BIO2 devices if needed (DRS)
This commit is contained in:
Will Xyen
2019-10-12 04:33:50 -04:00
parent 073392407a
commit e495bfb8f1
14 changed files with 530 additions and 427 deletions
+1 -2
View File
@@ -14,6 +14,7 @@ deplibs_iidxhook8 := \
libs_iidxhook8 := \
iidxhook-util \
acioemu \
bio2emu \
iidxio \
hook \
hooklib \
@@ -23,9 +24,7 @@ libs_iidxhook8 := \
src_iidxhook8 := \
bi2a.c \
bio2.c \
cam.c \
config-cam.c \
config-io.c \
dllmain.c \
setupapi.c \