summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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: 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.
* caps: Use enum classes and check struct sizes on compile timeMorph2020-06-261-34/+40
|
* 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/+71
| | | | | | | * Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
* service: Add capture servicesLioncash2018-08-011-0/+15
Adds the basic skeleton for the capture services based off information provided by Switch Brew.