aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/audio/audout_u.cpp
AgeCommit message (Expand)Author
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