mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 18:07:53 +00:00
audio_core: Add initial code for keeping track of audout state.
This commit is contained in:
parent
8f135398fe
commit
fa8e381b3e
8 changed files with 336 additions and 1 deletions
|
@ -305,7 +305,7 @@ add_library(core STATIC
|
|||
|
||||
create_target_directory_groups(core)
|
||||
|
||||
target_link_libraries(core PUBLIC common PRIVATE video_core)
|
||||
target_link_libraries(core PUBLIC common PRIVATE audio_core video_core)
|
||||
target_link_libraries(core PUBLIC Boost::boost PRIVATE fmt lz4_static unicorn)
|
||||
|
||||
if (ARCHITECTURE_x86_64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue