summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/async_context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-7/+10
| | | | The service context helps to manage all created events and allows us to close them upon destruction.
* Mark is_complete as atomicChloe Marcec2021-09-081-3/+3
|
* Addressed issuesChloe Marcec2021-09-081-6/+6
|
* address name shadowing with systemChloe Marcec2021-09-061-2/+2
|
* account: EnsureTokenIdCacheAsyncChloe Marcec2021-09-061-0/+68
Closes #2547, #6946