summaryrefslogtreecommitdiffstats
path: root/src/audio_core/sink.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-05-07AudioCore: SDL2 SinkMerryMage1-1/+1
2016-02-21AudioCore: Skeleton ImplementationMerryMage1-0/+34
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.