summaryrefslogtreecommitdiffstats
path: root/src/audio_core/CMakeLists.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* AudioCore: Skeleton ImplementationMerryMage2016-02-211-0/+16
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.