summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-13hle/audren_u: Implement Get/SetRenderingTimeLimitLioncash1-2/+23
2018-10-19audio: Update service function tablesLioncash1-17/+20
2018-09-25service: Add missing headers inclusions where applicableLioncash1-0/+1
2018-09-24stream: Preserve enum class type in GetState()Lioncash1-1/+1
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec1-1/+8
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec1-3/+3
2018-09-12service/audio: Replace includes with forward declarations where applicableLioncash1-2/+4
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-08-29kernel: Eliminate kernel global stateLioncash1-3/+5
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec1-1/+12
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec1-4/+2
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCountDavid Marcec1-5/+28
2018-08-05audio_core: Implement audren_u audio playback.bunnei1-200/+8
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage1-0/+1
2018-07-20audren_u: Use a std::array instead of std::string for holding the audio interface/device nameLioncash1-2/+4
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash1-2/+2
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-2/+2
2018-07-13We only need to alert for memory pool changesDavid Marcec1-2/+0
2018-07-13initialized voice status and unused sizes in the update data headerDavid Marcec1-1/+3
2018-07-03Update AudioRenderer Voice Sections (#614)David1-0/+87
2018-07-03Rename logging macro back to LOG_*James Rowe1-12/+12
2018-06-25Send the correct RequestUpdateAudioRenderer revision in the output header (#587)David1-1/+1
2018-06-24Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583)David1-32/+19
2018-06-23Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580)David1-25/+58
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
2018-05-21Correct audio command numbers & add or rename some functions (#455)greggameplayer1-12/+13
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash1-1/+1
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
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