summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_renderer.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman1-3/+4
2018-11-13audio_core/audio_renderer: Fix typo in AuxInfo member nameLioncash1-1/+1
2018-10-09EffectOutStatus padding is now in hexDavid Marcec1-1/+1
2018-10-07Fixups for softlockDavid Marcec1-1/+1
2018-10-07Fixed smo softlockDavid Marcec1-0/+49
2018-09-24stream: Preserve enum class type in GetState()Lioncash1-1/+1
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec1-0/+1
2018-09-17audio_renderer: Replace includes with forward declarations where applicableLioncash1-39/+12
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-4/+4
2018-09-08audio_renderer: Rename AudioOut instance to audio_outMerryMage1-1/+1
2018-08-13audio_core: InterpolateMerryMage1-0/+2
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCountDavid Marcec1-1/+4
2018-08-05audio_core: Implement audren_u audio playback.bunnei1-0/+206