summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/async_context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
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