forked from TeamTofuShop/segatools
util/async.c: Add async IO worker thread
Need this for IO4 USB emulation, might break it out and upstream it to Capnhook at some point as well.
This commit is contained in:
@ -10,6 +10,8 @@ util_lib = static_library(
|
||||
capnhook.get_variable('hook_dep'),
|
||||
],
|
||||
sources : [
|
||||
'async.c',
|
||||
'async.h',
|
||||
'clock.c',
|
||||
'clock.h',
|
||||
'crc.c',
|
||||
|
Reference in New Issue
Block a user