summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/async_context.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-27core: Replace all instances of ResultCode with Resultgerman771-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-2/+5
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-1/+2
2021-09-08Addressed issuesChloe Marcec1-2/+2
2021-09-06account: EnsureTokenIdCacheAsyncChloe Marcec1-0/+36
Closes #2547, #6946