summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Service/Audio: update audren:u servicemailwl2018-06-211-46/+57
* Build: Fixed some MSVC warnings in various parts of the code.Subv2018-06-201-1/+1
* GetAudioRendererWorkBufferSize impl (#465)David2018-05-261-2/+63
* Correct audio command numbers & add or rename some functions (#455)greggameplayer2018-05-211-12/+13
* core_timing: Namespace all functions and constants in core_timing's headerLioncash2018-04-301-1/+1
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec2018-04-261-13/+13
|\
| * audio: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-13/+13
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-231-5/+3
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-221-6/+9
|/
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* 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
* 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