index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
audio
/
audren_u.h
Age
Commit message (
Expand
)
Author
2024-02-20
audio: split IAudioDevice, IAudioRenderer, move IAudioRendererManager
Liam
2023-09-04
Rework ADSP into a wrapper for apps
Kelebek1
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-01
service: move hle_ipc from kernel
Liam
2022-07-22
Project Andio
Kelebek1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-05-11
audren
bunnei
2021-04-08
audren_u: Use proper names
german77
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-07-19
service/audren_u: Handle audio USB output revision queries in ListAudioDevice...
Lioncash
2019-07-19
service/audren_u: Move revision testing code out of AudRenU
Lioncash
2019-07-19
service/audio: Remove global system accessors
Lioncash
2019-07-13
"AudioRenderer" thread should have a unique name
David Marcec
2019-04-30
service/audren_u: Handle variadic command buffers in GetWorkBufferSize()
Lioncash
2019-04-30
service/audren_u: Handle version 2 of performance frame info in GetWorkBuffer...
Lioncash
2019-03-01
service/audio/audren_u: Implement OpenAudioRendererAuto
Lioncash
2019-01-29
service/audio: Update function tables
Lioncash
2018-09-11
service/audio: Replace includes with forward declarations where applicable
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-08-12
GetAudioDeviceServiceWithRevisionInfo
David Marcec
2018-08-04
audio_core: Implement audren_u audio playback.
bunnei
2018-06-23
Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...
David
2018-06-22
Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...
David
2018-06-21
Service/Audio: update audren:u service
mailwl
2018-05-25
GetAudioRendererWorkBufferSize impl (#465)
David
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-03-25
audren_u: Fix GetAudioDevice.
bunnei
2018-02-13
audren_u: Schedule reoccuring event. (#183)
bunnei
2018-02-07
Service: stub some functions in am, audio, time, vi services
mailwl
2018-01-21
Added stubs for audio services. (#116)
st4rk