summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/hwopus.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-17hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.bunnei1-1/+1
2018-11-02Fixed incorrect hwopus assertDavid Marcec1-1/+1
2018-10-11HwOpus, Implemented DecodeInterleavedWithPerformanceDavid Marcec1-3/+34
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-3/+3
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