summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-2314-42/+28
| | | | | 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/vi: Update to 13.0.0german772021-09-271-0/+1
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-023-4/+4
| | | | Transition to PascalCase for result names.
* caps_u: Update to 12.xgerman772021-04-091-0/+1
|
* caps_a: Update to 12.xgerman772021-04-091-0/+1
|
* service: Eliminate usages of the global system instanceLioncash2020-11-2714-28/+50
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.bunnei2020-11-072-9/+17
| | | | | | - This works similiar to GetAlbumContentsFileListForApplication. - Since we do not implement the album, this should be safe to stub for now. - Used by Super Smash Bros. Ultimate (newer updates) in World of Light.
* 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.