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
2024-02-20
audio: rewrite IAudioInManager
Liam
2024-02-20
audio: rewrite IAudioIn
Liam
2024-01-12
audio: fetch process object from handle table
Liam
2023-09-04
Rework ADSP into a wrapper for apps
Kelebek1
2023-06-30
general: Use ScratchBuffer where possible
Morph
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2022-12-14
Revert "hle: service: audio: Use default service thread."
bunnei
2022-12-04
Merge pull request #9232 from bunnei/audio-default-thread
liamwhite
2022-11-23
service: Make use of buffer element count helpers
Lioncash
2022-11-11
hle: service: audio: Use default service thread.
bunnei
2022-10-26
audio_in/out_system: Pass Initialize members by value where applicable
Lioncash
2022-07-22
Project Andio
Kelebek1
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