summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/hwopus.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwopus: DecodeInterleavedWithPerformance: Fix ordering of output parameters.bunnei2018-11-171-1/+1
* Fixed incorrect hwopus assertDavid Marcec2018-11-021-1/+1
* HwOpus, Implemented DecodeInterleavedWithPerformanceDavid Marcec2018-10-111-3/+34
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-3/+3
* service/audio: Replace includes with forward declarations where applicableLioncash2018-09-121-0/+5
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* Implemented various hwopus functions (#853)David2018-07-311-5/+130
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl2018-06-251-0/+29