summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/async_context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Replace service event creation with ServiceContext::CreateEventMorph2021-10-021-2/+5
| | | | 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-1/+2
|
* Addressed issuesChloe Marcec2021-09-081-2/+2
|
* account: EnsureTokenIdCacheAsyncChloe Marcec2021-09-061-0/+36
Closes #2547, #6946