aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audren_u.cpp
AgeCommit message (Expand)Author
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-10Updated audren with more service names.Hexagon12
2018-04-02audren_u: Stub out GetActiveAudioDeviceName.bunnei
2018-03-29audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei
2018-03-25audren_u: Fix GetAudioDevice.bunnei
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv
2018-02-22Stub more functionsmailwl
2018-02-16Service/hid: stub some functionsmailwl
2018-02-13audio: Use WriteBuffer instead of BufferDescriptorB.bunnei
2018-02-13audren_u: Schedule reoccuring event. (#183)bunnei
2018-02-12Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stub...gdkchan
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-01-21Added stubs for audio services. (#116)st4rk