summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/audio/audin_u.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Project AndioKelebek12022-07-221-74/+310
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* service: Reduce header include overheadMorph2021-10-071-1/+0
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-5/+6
* audin_u: Return a buffer event in RegisterBufferEventlat9nq2021-09-151-2/+9
* audin_u: stub Start, RegisterBufferEvent, AppendAudioInBufferAutolat9nq2021-09-151-26/+46
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-3/+3
* audin_u: Use proper namesgerman772021-04-091-7/+7
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+3
* marked stubsDavid Marcec2020-04-281-4/+5
* Audin:u ListAudioIns, OpenAudioIn, ListAudioInsAuto, OpenAudioInAuto, ListAudioInsAutoFiltered, OpenAudioInProtocolSpecifiedDavid Marcec2020-04-281-5/+64
* service: Update service function tablesLioncash2019-04-111-0/+1
* core: Add missing override specifiers where applicableLioncash2019-04-041-4/+0
* service/audio: Update function tablesLioncash2019-01-301-2/+11
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+2
* Correct audio command numbers & add or rename some functions (#455)greggameplayer2018-05-211-4/+2
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Decimal changeHexagon122018-04-101-4/+4
* Updated audin with more service names.Hexagon122018-04-101-9/+16
* Added stubs for audio services. (#116)st4rk2018-01-221-0/+41