summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_u.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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