summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: caps: Implement SaveScreenShotEx0 and variantsgerman772023-10-231-3/+4
|
* service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecatedNarr the Reg2023-10-121-1/+1
|
* service: caps: Implement album manager and reorganize serviceNarr the Reg2023-10-081-6/+15
|
* service: caps: Partially implement IAlbumAccessorServiceNarr the Reg2023-10-021-1/+1
|
* service: refactor server architectureLiam2023-02-211-7/+11
| | | | Converts services to have their own processes
* 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: Eliminate usages of the global system instanceLioncash2020-11-271-7/+7
| | | | | 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-151/+7
| | | | | | | * Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
* service: Update service function tablesLioncash2019-04-111-36/+53
| | | | Updates function tables based off information from SwitchBrew.
* service: Add capture servicesLioncash2018-08-011-0/+152
Adds the basic skeleton for the capture services based off information provided by Switch Brew.