summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_u.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: caps: Implement album manager and reorganize serviceNarr the Reg2023-10-081-4/+8
|
* service: move hle_ipc from kernelLiam2023-03-011-7/+3
|
* 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.
* service: Eliminate usages of the global system instanceLioncash2020-11-271-1/+5
| | | | | 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-0/+1
| | | | | | - 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-0/+1
| | | | - Used in Super Smash Bros. Ultimate
* 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/+24
* Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback