summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/async_context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam1-5/+5
2022-10-13kernel: remove KWritableEventLiam1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
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-02service: Replace service event creation with ServiceContext::CreateEventMorph1-7/+10
The service context helps to manage all created events and allows us to close them upon destruction.
2021-09-08Mark is_complete as atomicChloe Marcec1-3/+3
2021-09-08Addressed issuesChloe Marcec1-6/+6
2021-09-06address name shadowing with systemChloe Marcec1-2/+2
2021-09-06account: EnsureTokenIdCacheAsyncChloe Marcec1-0/+68
Closes #2547, #6946