mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-15 06:57:55 +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
|
@ -3,6 +3,7 @@ include_directories(.)
|
|||
|
||||
add_subdirectory(common)
|
||||
add_subdirectory(core)
|
||||
add_subdirectory(audio_core)
|
||||
add_subdirectory(video_core)
|
||||
add_subdirectory(input_common)
|
||||
add_subdirectory(tests)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue