summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/async_context.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-4/+4
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* 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