summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: capsrv: Migrate to new IPCNarr the Reg2024-01-301-85/+25
|
* service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecatedNarr the Reg2023-10-121-21/+53
|
* service: caps: Implement album manager and reorganize serviceNarr the Reg2023-10-081-50/+54
|
* service: move hle_ipc from kernelLiam2023-03-011-4/+4
|
* 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-2/+2
| | | | Transition to PascalCase for result names.
* caps_u: Update to 12.xgerman772021-04-091-0/+1
|
* service: Eliminate usages of the global system instanceLioncash2020-11-271-3/+3
| | | | | 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-071-9/+16
| | | | | | - 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_u: Stub SetShimLibraryVersionMorph2020-09-301-2/+13
| | | | - Used in Super Smash Bros. Ultimate
* caps_u: Fix GetAlbumContentsFileListForApplication stubMorph2020-06-261-9/+15
|
* caps: Update copyright headersMorph2020-06-261-1/+1
| | | | Updated to "yuzu Emulator Project"
* capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph2020-04-011-0/+76
* Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback