aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audout_u.cpp
AgeCommit message (Expand)Author
2019-03-06hle/service/audio/audout_u: Correct lack of return in failure case of AppendA...Lioncash
2019-03-05hle/service/audio: Extract audio error codes to a headerLioncash
2019-02-15core_timing: Convert core timing into a classLioncash
2018-12-03Merge pull request #1803 from DarkLordZach/k-able-eventbunnei
2018-12-01service/audio/audout_u: Amend constructor initialization list orderLioncash
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-22audout_u: Add support for multiple IAudioOut streams.bunnei
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-13audout_u: Correct IAudioOut initializer list orderLioncash
2018-08-04audio_core: Use s16 where possible for audio samples.bunnei
2018-08-04audio_core: Port codec code from Citra for ADPCM decoding.bunnei
2018-08-04audio_core: Streams need unique names for CoreTiming.bunnei
2018-07-31audout_u: Remove std::move in OpenAudioOutImpl()Lioncash
2018-07-30audio_core: Move to audout_u impl.bunnei
2018-07-27audout: Implement IAudioOut interface with AudioCore.bunnei
2018-07-24core_timing: Split off utility functions into core_timing_utilMerryMage
2018-07-19audout_u: Use a std::array instead of std::string for holding the audio inter...Lioncash
2018-07-19hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash
2018-07-12Audout "Auto" functionsDavid Marcec
2018-07-02Rename logging macro back to LOG_*James Rowe
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-24audio: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-04-10Updated audout with more service names.Hexagon12
2018-04-02audout_u: Implement GetAudioOutState.bunnei
2018-03-04CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv
2018-02-13audio: Use WriteBuffer instead of BufferDescriptorB.bunnei
2018-01-24audout_u: Various cleanups.bunnei
2018-01-24hle: Rename RequestBuilder to ResponseBuilder.bunnei
2018-01-24service: Fix all incorrect IPC response headers.bunnei
2018-01-24audout:u OpenAudioOut and IAudioOut (#138)st4rk
2018-01-22Stub OpenAudioOut and fix a issue with HID IAppletResource being created more...gdkchan
2018-01-21Added stubs for audio services. (#116)st4rk
2018-01-14audio: Stub out AudOutU::ListAudioOuts.bunnei