summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/hwopus.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-09-12service/audio: Replace includes with forward declarations where applicableLioncash1-0/+5
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash1-0/+2
2018-07-31Implemented various hwopus functions (#853)David1-5/+130
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-06-25Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl1-0/+29