summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-13/+13
|
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
| | | | Tidies up namespace declarations
* Updated audren with more service names.Hexagon122018-04-101-10/+14
|
* audren_u: Stub out GetActiveAudioDeviceName.bunnei2018-04-031-1/+13
|
* audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei2018-03-301-8/+36
|
* audren_u: Fix GetAudioDevice.bunnei2018-03-251-6/+47
|
* CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv2018-03-041-1/+3
|
* Stub more functionsmailwl2018-02-221-2/+2
|
* Service/hid: stub some functionsmailwl2018-02-161-1/+2
|
* audio: Use WriteBuffer instead of BufferDescriptorB.bunnei2018-02-141-3/+1
|
* audren_u: Schedule reoccuring event. (#183)bunnei2018-02-141-6/+35
| | | | | | * audren_u: Schedule reoccuring event. * audren_u: Stub GetAudioRenderersProcessMasterVolume, and misc. changes.
* Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stubs to audren:ugdkchan2018-02-121-2/+76
|
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-4/+47
|
* Added stubs for audio services. (#116)st4rk2018-01-221-0/+44
* stubs for audout:u, audin:u, audrec:u, audren:u, codecctl and decoding tables with nullptr for future implementations * fixing the changes requested (remove private, explicit)