summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* caps_c: Stub SetShimLibraryVersionMorph2020-09-302-1/+18
| | | | - Used by caps_su SetShimLibraryVersion
* caps_u: Stub SetShimLibraryVersionMorph2020-09-302-2/+14
| | | | - Used in Super Smash Bros. Ultimate
* caps_su: Properly stub SetShimLibraryVersionMorph2020-09-301-1/+6
|
* caps_u: Fix GetAlbumContentsFileListForApplication stubMorph2020-06-261-9/+15
|
* caps: Use enum classes and check struct sizes on compile timeMorph2020-06-261-34/+40
|
* caps: Update copyright headersMorph2020-06-2614-14/+14
| | | | Updated to "yuzu Emulator Project"
* caps:su Stub out SetShimLibraryVersionJason Parker2020-04-302-1/+13
| | | | Used by Animal Crossing: New Horizons when trying to take a picture.
* caps: Add missing service names to caps:suDavid Marcec2020-04-301-0/+3
| | | | SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
* 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.