summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename logging macro back to LOG_*James Rowe2018-07-033-21/+21
* Merge pull request #588 from mailwl/hwopusbunnei2018-06-283-0/+51
|\
| * Service/Audio: add hwopus service, stub GetWorkBufferSize functionmailwl2018-06-253-0/+51
* | Send the correct RequestUpdateAudioRenderer revision in the output header (#587)David2018-06-251-1/+1
|/
* Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583)David2018-06-242-34/+21
* Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580)David2018-06-232-44/+76
* Service/Audio: update audren:u servicemailwl2018-06-212-49/+60
* Build: Fixed some MSVC warnings in various parts of the code.Subv2018-06-201-1/+1
* GetAudioRendererWorkBufferSize impl (#465)David2018-05-262-2/+88
* Correct audio command numbers & add or rename some functions (#455)greggameplayer2018-05-215-34/+34
* core_timing: Namespace all functions and constants in core_timing's headerLioncash2018-04-302-2/+2
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec2018-04-262-21/+21
|\
| * audio: Move logging macros over to new fmt-compatible onesLioncash2018-04-242-21/+21
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-231-5/+3
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-221-6/+9
|/
* service: Use nested namespace specifiers where applicableLioncash2018-04-2012-48/+24
* Decimal changeHexagon122018-04-101-4/+4
* Updated CodecCtl with more service names.Hexagon122018-04-101-3/+3
* Updated audren with more service names.Hexagon122018-04-101-10/+14
* Updated audrec with more service names.Hexagon122018-04-101-7/+9
* Updated audout with more service names.Hexagon122018-04-101-13/+16
* Updated audin with more service names.Hexagon122018-04-101-9/+16
* audren_u: Stub out GetActiveAudioDeviceName.bunnei2018-04-031-1/+13
* audout_u: Implement GetAudioOutState.bunnei2018-04-031-1/+8
* audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei2018-03-301-8/+36
* audren_u: Fix GetAudioDevice.bunnei2018-03-252-7/+48
* CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv2018-03-042-2/+6
* Stub more functionsmailwl2018-02-221-2/+2
* Service/hid: stub some functionsmailwl2018-02-161-1/+2
* audio: Use WriteBuffer instead of BufferDescriptorB.bunnei2018-02-142-9/+3
* audren_u: Schedule reoccuring event. (#183)bunnei2018-02-142-6/+36
* Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stubs to audren:ugdkchan2018-02-121-2/+76
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-072-4/+51
* audout_u: Various cleanups.bunnei2018-01-251-29/+17
* hle: Rename RequestBuilder to ResponseBuilder.bunnei2018-01-251-7/+7
* service: Fix all incorrect IPC response headers.bunnei2018-01-251-1/+1
* audout:u OpenAudioOut and IAudioOut (#138)st4rk2018-01-252-14/+166
* Stub OpenAudioOut and fix a issue with HID IAppletResource being created more than oncegdkchan2018-01-222-1/+15
* Added stubs for audio services. (#116)st4rk2018-01-2211-5/+299
* audio: Add files to CMake.bunnei2018-01-151-1/+0
* audio: Stub out AudOutU::ListAudioOuts.bunnei2018-01-154-0/+82