summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | * audren_u: Schedule reoccuring event. * audren_u: Stub GetAudioRenderersProcessMasterVolume, and misc. changes.
* 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
| | | | | | | | | | | | | | | | | | | | | | * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * Updated the audout:u and IAudioOut, now it might work with RetroArch without trigger an assert, however it's not the ideal implementation * audout:u OpenAudioOut implementation and IAudioOut cmd 1,2,3,4,5 implementation * using an enum for audio_out_state as well as changing its initialize to member initializer list * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * Minor fixes, added Service_Audio for LOG_*, changed PcmFormat enum to EnumClass * added missing Audio loggin subclass, minor fixes, clang comment breakline * Solving backend logging conflict * minor fix * Fixed duplicated Service NVDRV in backend.cpp, my bad
* 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
| | | | | | * 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)
* audio: Add files to CMake.bunnei2018-01-151-1/+0
|
* audio: Stub out AudOutU::ListAudioOuts.bunnei2018-01-154-0/+82