summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* service/audren_u: Forward RequestUpdateAuto through the same function as RequestUpdateLioncash2018-11-141-3/+3
* hle/audren_u: Implement Get/SetRenderingTimeLimitLioncash2018-11-131-2/+23
* audio: Update service function tablesLioncash2018-10-191-17/+20
* Merge pull request #1394 from lioncash/streambunnei2018-09-271-1/+1
|\
| * stream: Preserve enum class type in GetState()Lioncash2018-09-241-1/+1
* | service: Add missing headers inclusions where applicableLioncash2018-09-251-0/+1
|/
* Added audren:u#GetAudioRendererStateDavid Marcec2018-09-231-1/+8
* Removed the use of rp.MakeBuilderDavid Marcec2018-09-191-3/+3
* service/audio: Replace includes with forward declarations where applicableLioncash2018-09-121-2/+4
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* kernel: Eliminate kernel global stateLioncash2018-08-291-3/+5
* Merge pull request #1035 from ogniK5377/audio-dev-revision-infobunnei2018-08-121-1/+12
|\
| * GetAudioDeviceServiceWithRevisionInfoDavid Marcec2018-08-121-1/+12
* | Pushed the requested sample rate instead of our fixed sample rateDavid Marcec2018-08-121-4/+2
* | Added GetAudioRendererSampleRate, GetAudioRendererSampleCount & GetAudioRendererMixBufferCountDavid Marcec2018-08-121-5/+28
|/
* audio_core: Implement audren_u audio playback.bunnei2018-08-051-200/+8
* core_timing: Split off utility functions into core_timing_utilMerryMage2018-07-241-0/+1
* audren_u: Use a std::array instead of std::string for holding the audio interface/device nameLioncash2018-07-201-2/+4
* Merge pull request #726 from lioncash/overloadbunnei2018-07-201-2/+2
|\
| * hle_ipc: Introduce generic WriteBuffer overload for multiple container typesLioncash2018-07-191-2/+2
* | hle/service: Make constructors explicit where applicableLioncash2018-07-191-2/+2
|/
* We only need to alert for memory pool changesDavid Marcec2018-07-131-2/+0
* initialized voice status and unused sizes in the update data headerDavid Marcec2018-07-131-1/+3
* Update AudioRenderer Voice Sections (#614)David2018-07-031-0/+87
* Rename logging macro back to LOG_*James Rowe2018-07-031-12/+12
* Send the correct RequestUpdateAudioRenderer revision in the output header (#587)David2018-06-251-1/+1
* Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader (#583)David2018-06-241-32/+19
* Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes properly (#580)David2018-06-231-25/+58
* Service/Audio: update audren:u servicemailwl2018-06-211-46/+57
* Build: Fixed some MSVC warnings in various parts of the code.Subv2018-06-201-1/+1
* GetAudioRendererWorkBufferSize impl (#465)David2018-05-261-2/+63
* Correct audio command numbers & add or rename some functions (#455)greggameplayer2018-05-211-12/+13
* core_timing: Namespace all functions and constants in core_timing's headerLioncash2018-04-301-1/+1
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec2018-04-261-13/+13
|\
| * audio: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-13/+13
* | 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-201-4/+2
* Updated audren with more service names.Hexagon122018-04-101-10/+14
* audren_u: Stub out GetActiveAudioDeviceName.bunnei2018-04-031-1/+13
* audren_u: Stub QueryAudioDeviceSystemEvent and GetActiveChannelCount.bunnei2018-03-301-8/+36
* audren_u: Fix GetAudioDevice.bunnei2018-03-251-6/+47
* CoreTiming: Unschedule the pending events when an Interface is destroyed.Subv2018-03-041-1/+3
* Stub more functionsmailwl2018-02-221-2/+2
* Service/hid: stub some functionsmailwl2018-02-161-1/+2
* audio: Use WriteBuffer instead of BufferDescriptorB.bunnei2018-02-141-3/+1
* audren_u: Schedule reoccuring event. (#183)bunnei2018-02-141-6/+35
* Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stubs to audren:ugdkchan2018-02-121-2/+76
* Service: stub some functions in am, audio, time, vi servicesmailwl2018-02-071-4/+47
* Added stubs for audio services. (#116)st4rk2018-01-221-0/+44