summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audren_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | | | | * GetAudioRendererWorkBufferSize impl Impl of GetAudioRendererWorkBufferSize based on RE, if this can be cleaned up, please contribute! * Naming conventions * Removed unneeded placeholder * lioncache changes * fixed const * switched to Common::AlignUp
* Correct audio command numbers & add or rename some functions (#455)greggameplayer2018-05-211-12/+13
| | | | | | | | | | | | | | * Add unknown function at the number command 2 * correct audout:u commands numbers * correct audrec:u cmd number & add Unknown function * correct IAudioDevice command numbers * correct codecctl cmd numbers & rename the 8 function * correct place of unknown function & fix clang-format
* core_timing: Namespace all functions and constants in core_timing's headerLioncash2018-04-301-1/+1
| | | | All of these variables and functions are related to timings and should be within the namespace.
* 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
| | | | Tidies up namespace declarations
* 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
| | | | | | * 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-071-4/+47
|
* Added stubs for audio services. (#116)st4rk2018-01-221-0/+44
* 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)