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
/
audin_u.cpp
Age
Commit message (
Expand
)
Author
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2021-10-07
service: Reduce header include overhead
Morph
2021-10-01
service: Replace service event creation with ServiceContext::CreateEvent
Morph
2021-09-15
audin_u: Return a buffer event in RegisterBufferEvent
lat9nq
2021-09-15
audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAuto
lat9nq
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-04-08
audin_u: Use proper names
german77
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-04-29
marked stubs
David Marcec
2020-04-29
Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAud...
David Marcec
2019-04-11
service: Update service function tables
Lioncash
2019-04-04
core: Add missing override specifiers where applicable
Lioncash
2019-01-29
service/audio: Update function tables
Lioncash
2018-09-10
hle/service: Default constructors and destructors in the cpp file where appli...
Lioncash
2018-05-20
Correct audio command numbers & add or rename some functions (#455)
greggameplayer
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-10
Decimal change
Hexagon12
2018-04-10
Updated audin with more service names.
Hexagon12
2018-01-21
Added stubs for audio services. (#116)
st4rk