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.cpp
Age
Commit message (
Expand
)
Author
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-20
Correct audio command numbers & add or rename some functions (#455)
greggameplayer
2018-04-30
core_timing: Namespace all functions and constants in core_timing's header
Lioncash
2018-04-24
audio: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-10
Updated audout with more service names.
Hexagon12
2018-04-02
audout_u: Implement GetAudioOutState.
bunnei
2018-03-04
CoreTiming: Unschedule the pending events when an Interface is destroyed.
Subv
2018-02-13
audio: Use WriteBuffer instead of BufferDescriptorB.
bunnei
2018-01-24
audout_u: Various cleanups.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
service: Fix all incorrect IPC response headers.
bunnei
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