summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph2020-04-0114-151/+524
| | | | | | | * 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-012-0/+167
Adds the basic skeleton for the capture services based off information provided by Switch Brew.