summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audio.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-11-27service: Eliminate usages of the global system instanceLioncash1-13/+13
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2019-07-19service/audio: Remove global system accessorsLioncash1-3/+3
Trims out the lingering reliance on global state out of the audio code.
2018-09-12service/audio: Replace includes with forward declarations where applicableLioncash1-0/+1
A few headers were including other headers when a forward declaration can be used instead, allowing the include to be moved to the cpp file.
2018-08-01service/audio: Add missing servicesLioncash1-0/+16
Adds the missing audctl service, as well as the :a and :d services for audin, audout, audrec, and audren.
2018-06-25Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl1-0/+2
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-01-22Added stubs for audio services. (#116)st4rk1-0/+8
* stubs for audout:u, audin:u, audrec:u, audren:u, codecctl and decoding tables with nullptr for future implementations * fixing the changes requested (remove private, explicit)
2018-01-15audio: Add files to CMake.bunnei1-1/+0
2018-01-15audio: Stub out AudOutU::ListAudioOuts.bunnei1-6/+6
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29ap, aoc_u: Minor cleanup.bunnei1-1/+0
2017-12-28service: Add empty interface for aoc:u.bunnei1-0/+18