summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-06-21Service/Audio: update audren:u servicemailwl1-46/+57
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv1-1/+1
2018-05-26GetAudioRendererWorkBufferSize impl (#465)David1-2/+63
* GetAudioRendererWorkBufferSize impl Impl of GetAudioRendererWorkBufferSize based on RE, if this can be cleaned up, please contribute! * Naming conventions * Removed unneeded placeholder * lioncache changes * fixed const * switched to Common::AlignUp
2018-05-21Correct audio command numbers & add or rename some functions (#455)greggameplayer1-12/+13
* Add unknown function at the number command 2 * correct audout:u commands numbers * correct audrec:u cmd number & add Unknown function * correct IAudioDevice command numbers * correct codecctl cmd numbers & rename the 8 function * correct place of unknown function & fix clang-format
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash1-1/+1
All of these variables and functions are related to timings and should be within the namespace.
2018-04-24audio: Move logging macros over to new fmt-compatible onesLioncash1-13/+13
2018-04-23GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec1-5/+3
2018-04-22Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec1-6/+9
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
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
* audren_u: Schedule reoccuring event. * audren_u: Stub GetAudioRenderersProcessMasterVolume, and misc. changes.
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
* 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)