summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_a.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: caps: Implement GetAlbumFIleListNarr the Reg2024-02-161-1/+10
|
* service: capsrv: Migrate to new IPCNarr the Reg2024-01-301-112/+44
|
* result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi2024-01-251-6/+7
|
* service: caps: Remove ambiguous callNarr the Reg2023-10-121-2/+2
|
* service: caps: Implement album manager and reorganize serviceNarr the Reg2023-10-081-214/+97
|
* service: caps: Partially implement IAlbumAccessorServiceNarr the Reg2023-10-021-9/+305
|
* 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.
* caps_a: Update to 12.xgerman772021-04-091-0/+1
|
* service: Eliminate usages of the global system instanceLioncash2020-11-271-2/+3
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* caps: Update copyright headersMorph2020-06-261-1/+1
| | | | Updated to "yuzu Emulator Project"
* capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph2020-04-011-0/+78
* Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback