mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-03 04:42:25 -07:00
audio_core: Add initial code for keeping track of audout state.
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user