aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audren_u.cpp
AgeCommit message (Expand)Author
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
2018-05-20Correct audio command numbers & add or rename some functions (#455)greggameplayer
2018-04-30core_timing: Namespace all functions and constants in core_timing's headerLioncash
2018-04-26Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec
2018-04-24audio: Move logging macros over to new fmt-compatible onesLioncash
2018-04-22GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...David Marcec
2018-04-21Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...David Marcec
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-10Updated audren with more service names.Hexagon12
2018-04-02audren_u: Stub out GetActiveAudioDeviceName.bunnei
2018-03-29audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei
2018-03-25audren_u: Fix GetAudioDevice.bunnei
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv
2018-02-22Stub more functionsmailwl
2018-02-16Service/hid: stub some functionsmailwl
2018-02-13audio: Use WriteBuffer instead of BufferDescriptorB.bunnei
2018-02-13audren_u: Schedule reoccuring event. (#183)bunnei
2018-02-12Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stub...gdkchan
2018-02-07Service: stub some functions in am, audio, time, vi servicesmailwl
2018-01-21Added stubs for audio services. (#116)st4rk