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
/
audout_u.h
Age
Commit message (
Expand
)
Author
2024-02-20
audio: rewrite IAudioOutManager
Liam
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
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2019-07-19
service/audio: Remove global system accessors
Lioncash
2018-11-22
audout_u: Add support for multiple IAudioOut streams.
bunnei
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-04
audio_core: Port codec code from Citra for ADPCM decoding.
bunnei
2018-07-30
audio_core: Move to audout_u impl.
bunnei
2018-07-27
audout: Implement IAudioOut interface with AudioCore.
bunnei
2018-07-12
Audout "Auto" functions
David Marcec
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-01-24
audout:u OpenAudioOut and IAudioOut (#138)
st4rk
2018-01-22
Stub OpenAudioOut and fix a issue with HID IAppletResource being created more...
gdkchan
2018-01-21
Added stubs for audio services. (#116)
st4rk
2018-01-14
audio: Stub out AudOutU::ListAudioOuts.
bunnei