summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-04-24audio: Move logging macros over to new fmt-compatible onesLioncash1-13/+13
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
2018-04-10Updated audren with more service names.Hexagon121-10/+14
2018-04-03audren_u: Stub out GetActiveAudioDeviceName.bunnei1-1/+13
2018-03-30audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei1-8/+36
2018-03-25audren_u: Fix GetAudioDevice.bunnei1-6/+47
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv1-1/+3
2018-02-22Stub more functionsmailwl1-2/+2
2018-02-16Service/hid: stub some functionsmailwl1-1/+2
2018-02-14audio: Use WriteBuffer instead of BufferDescriptorB.bunnei1-3/+1
2018-02-14audren_u: Schedule reoccuring event. (#183)bunnei1-6/+35
2018-02-12Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stubs to audren:ugdkchan1-2/+76
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl1-4/+47
2018-01-22Added stubs for audio services. (#116)st4rk1-0/+44