aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/acc/async_context.cpp
AgeCommit message (Collapse)Author
2023-03-01service: move hle_ipc from kernelLiam
2022-10-12kernel: remove KWritableEventLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-10-01service: Replace service event creation with ServiceContext::CreateEventMorph
The service context helps to manage all created events and allows us to close them upon destruction.
2021-09-09Mark is_complete as atomicChloe Marcec
2021-09-09Addressed issuesChloe Marcec
2021-09-06address name shadowing with systemChloe Marcec
2021-09-06account: EnsureTokenIdCacheAsyncChloe Marcec
Closes #2547, #6946