citra-emu
/
citra-canary
Archived
1
0
Fork 0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-canary/src/audio_core
MerryMage 8b00954ec7 AudioCore: Skeleton Implementation
This commit:
* Adds a new subproject, audio_core.
* Defines structures that exist in DSP shared memory.
* Hooks up various other parts of the emulator into audio core.

This sets the foundation for a later HLE DSP implementation.
2016-02-21 13:13:52 +00:00
..
hle AudioCore: Skeleton Implementation 2016-02-21 13:13:52 +00:00
CMakeLists.txt AudioCore: Skeleton Implementation 2016-02-21 13:13:52 +00:00
audio_core.cpp AudioCore: Skeleton Implementation 2016-02-21 13:13:52 +00:00
audio_core.h AudioCore: Skeleton Implementation 2016-02-21 13:13:52 +00:00
sink.h AudioCore: Skeleton Implementation 2016-02-21 13:13:52 +00:00