summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_su.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: am: Implement ISelfController::SaveCurrentScreenshotNarr the Reg2023-10-271-4/+38
|
* service: caps: Implement SaveScreenShotEx0 and variantsgerman772023-10-231-4/+65
|
* service: caps: Implement album manager and reorganize serviceNarr the Reg2023-10-081-4/+5
|
* service: move hle_ipc from kernelLiam2023-03-011-2/+2
|
* 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.
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
| | | | Transition to PascalCase for result names.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+1
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* caps_su: Properly stub SetShimLibraryVersionMorph2020-09-301-1/+6
|
* caps: Update copyright headersMorph2020-06-261-1/+1
| | | | Updated to "yuzu Emulator Project"
* caps:su Stub out SetShimLibraryVersionJason Parker2020-04-301-1/+10
| | | | 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-011-0/+22
* Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback