summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: caps: Implement album manager and reorganize serviceNarr the Reg2023-10-081-81/+0
|
* service: refactor server architectureLiam2023-02-211-2/+1
| | | | 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: am: ISelfController: Stub SaveCurrentScreenshotMorph2021-12-031-1/+1
| | | | - Used by Disney Magical World 2: Enchanted Edition
* service: Reduce header include overheadMorph2021-10-071-1/+2
|
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+5
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* caps: Use enum classes and check struct sizes on compile timeMorph2020-06-261-34/+40
|
* 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/+71
| | | | | | | * Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
* service: Add capture servicesLioncash2018-08-011-0/+15
Adds the basic skeleton for the capture services based off information provided by Switch Brew.