mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-09-25 00:15:25 -05:00
refactor: Entire code base, thread and log usage
Boils down to: - Include headers - Reduce boiler plate with helpers - Swap out explicit usages with core API layer and ensure the right API is configured beforehand
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
libs += bio2drv
|
||||
|
||||
libs_bio2drv := \
|
||||
aciodrv
|
||||
core \
|
||||
aciodrv \
|
||||
|
||||
src_bio2drv := \
|
||||
detect.c \
|
||||
config-bio2.c \
|
||||
bi2a-iidx.c \
|
||||
bi2a-sdvx.c
|
||||
bi2a-sdvx.c \
|
||||
|
||||
Reference in New Issue
Block a user