summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/acc/async_context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-5/+5
|
* kernel: remove KWritableEventLiam2022-10-131-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-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