summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-30caps:su Stub out SetShimLibraryVersionJason Parker2-1/+13
Used by Animal Crossing: New Horizons when trying to take a picture.
2020-04-30caps: Add missing service names to caps:suDavid Marcec1-0/+3
SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
2020-04-01capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph14-151/+524
* Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
2019-04-11service: Update service function tablesLioncash1-36/+53
Updates function tables based off information from SwitchBrew.
2018-08-01service: Add capture servicesLioncash2-0/+167
Adds the basic skeleton for the capture services based off information provided by Switch Brew.