mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-09-16 12:25:09 -05:00
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:
11
src/main/camhook/Module.mk
Normal file
11
src/main/camhook/Module.mk
Normal file
@@ -0,0 +1,11 @@
|
||||
libs += camhook
|
||||
|
||||
libs_camhook := \
|
||||
hook \
|
||||
hooklib \
|
||||
cconfig \
|
||||
util \
|
||||
|
||||
src_camhook := \
|
||||
cam.c \
|
||||
config-cam.c \
|
||||
Reference in New Issue
Block a user