aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audren_u.cpp
AgeCommit message (Expand)Author
2019-07-01IAudioDevice::QueryAudioDeviceOutputEventDavid Marcec
2019-06-19Revert PR 2590.Fernando Sahmkow
2019-06-18service/audio/audren_u: Correct event reset type for the system eventLioncash
2019-05-19Merge pull request #2439 from lioncash/audrenHexagon12
2019-05-18core/kernel/object: Rename ResetType enum membersLioncash
2019-04-30service/audren_u: Handle variadic command buffers in GetWorkBufferSize()Lioncash
2019-04-30service/audren_u: Handle version 2 of performance frame info in GetWorkBuffer...Lioncash
2019-04-30service/audren_u: Clean up work buffer calculationsLioncash
2019-04-04hle/service: Resolve unused variable warningsLioncash
2019-03-05hle/service/audio: Extract audio error codes to a headerLioncash
2019-03-01Merge pull request #2180 from lioncash/audrenbunnei
2019-03-01service/audio/audren_u: Implement OpenAudioRendererAutoLioncash
2019-03-01service/audio: Provide an implementation of ExecuteAudioRendererRenderingLioncash
2019-02-27audio_core/audio_renderer: Name previously unknown parameters of AudioRendere...Lioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2019-01-29service/audio: Update function tablesLioncash
2018-11-29kernel/event: Reference ReadableEvent from WritableEventZach Hilman
2018-11-29core: Port all current usages of Event to Readable/WritableEventZach Hilman
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-14service/audren_u: Forward RequestUpdateAuto through the same function as Requ...Lioncash
2018-11-13hle/audren_u: Implement Get/SetRenderingTimeLimitLioncash
2018-10-19audio: Update service function tablesLioncash
2018-09-27Merge pull request #1394 from lioncash/streambunnei
2018-09-25service: Add missing headers inclusions where applicableLioncash
2018-09-23stream: Preserve enum class type in GetState()Lioncash
2018-09-23Added audren:u#GetAudioRendererStateDavid Marcec
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec
2018-09-11service/audio: Replace includes with forward declarations where applicableLioncash
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-08-28kernel: Eliminate kernel global stateLioncash
2018-08-12Merge pull request #1035 from ogniK5377/audio-dev-revision-infobunnei
2018-08-12GetAudioDeviceServiceWithRevisionInfoDavid Marcec
2018-08-12Pushed the requested sample rate instead of our fixed sample rateDavid Marcec
2018-08-12Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRende...David Marcec
2018-08-04audio_core: Implement audren_u audio playback.bunnei
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-19audren_u: Use a std::array instead of std::string for holding the audio inter...Lioncash
2018-07-19Merge pull request #726 from lioncash/overloadbunnei
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-07-13We only need to alert for memory pool changesDavid Marcec
2018-07-13initialized voice status and unused sizes in the update data headerDavid Marcec
2018-07-03Update AudioRenderer Voice Sections (#614)David
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-06-25Send the correct RequestUpdateAudioRenderer revision in the output header (#587)David
2018-06-23Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...David
2018-06-22Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...David
2018-06-21Service/Audio: update audren:u servicemailwl
2018-06-20Build: Fixed some MSVC warnings in various parts of the code.Subv
2018-05-25GetAudioRendererWorkBufferSize impl (#465)David