summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-10-08service: caps: Implement album manager and reorganize serviceNarr the Reg1-81/+0
2023-02-21service: refactor server architectureLiam1-2/+1
Converts services to have their own processes
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2021-12-03service: am: ISelfController: Stub SaveCurrentScreenshotMorph1-1/+1
- Used by Disney Magical World 2: Enchanted Edition
2021-10-07service: Reduce header include overheadMorph1-1/+2
2020-11-27service: Eliminate usages of the global system instanceLioncash1-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.
2020-06-26caps: Use enum classes and check struct sizes on compile timeMorph1-34/+40
2020-06-26caps: Update copyright headersMorph1-1/+1
Updated to "yuzu Emulator Project"
2020-04-01capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph1-0/+71
* Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
2018-08-01service: Add capture servicesLioncash1-2/+2
Adds the basic skeleton for the capture services based off information provided by Switch Brew.
2018-07-29service: Add btm servicesLioncash1-2/+2
Adds the skeleton for the btm services based off the information on Switch Brew.
2018-07-27service: Add the lbl serviceLioncash1-2/+2
Adds the skeleton of the lbl service based off the information provided by Switch Brew.
2018-07-26service: Add the nim servicesLioncash1-3/+2
Adds the skeleton for the nim services based off information from Switch Brew.
2018-07-26service: Add ldr servicesLioncash1-4/+4
Adds the skeleton for the ldr-related services based off the information provided on Switch Brew.
2018-07-25service: Add the es serviceLioncash1-4/+6
Adds the skeleton for the ETicket service based off the information on Switch Brew
2018-04-20service: Use nested namespace specifiers where applicableLioncash1-4/+2
Tidies up namespace declarations
2018-02-15pl_u: Implement basic shared font loading from RAM dump.bunnei1-3/+3
2018-01-13yuzu: Update license text to be consistent across project.bunnei1-1/+1
2017-12-29service: Add empty interface for pctl:a.bunnei1-3/+3
2017-10-15hle: Add service stubs for apm and appletOE.bunnei1-12/+3
2017-10-15hle: Initial implementation of NX service framework and IPC.bunnei1-0/+25