camhook: move camera hook facilities to their own module

makes the number of cameras configurable (up to 2), as SDVX only needs 1
This commit is contained in:
Will Xyen
2019-11-24 00:47:35 -05:00
parent 2d8017dbda
commit b434d7975d
12 changed files with 241 additions and 237 deletions
+1 -2
View File
@@ -15,6 +15,7 @@ libs_iidxhook8 := \
iidxhook-util \
acioemu \
bio2emu \
camhook \
iidxio \
hook \
hooklib \
@@ -24,7 +25,5 @@ libs_iidxhook8 := \
src_iidxhook8 := \
bi2a.c \
cam.c \
config-cam.c \
config-io.c \
dllmain.c \