summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam7-29/+13
2023-02-21service: refactor server architectureLiam2-9/+12
Converts services to have their own processes
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
Signed-off-by: arades79 <scravers@protonmail.com>
2022-04-23general: Convert source file copyright comments over to SPDXMorph14-42/+28
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
2021-09-27service/vi: Update to 13.0.0german771-0/+1
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph3-4/+4
Transition to PascalCase for result names.
2021-04-09caps_u: Update to 12.xgerman771-0/+1
2021-04-09caps_a: Update to 12.xgerman771-0/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash14-28/+50
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2020-11-07hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.bunnei2-9/+17
- 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.
2020-09-30caps_c: Stub SetShimLibraryVersionMorph2-1/+18
- Used by caps_su SetShimLibraryVersion
2020-09-30caps_u: Stub SetShimLibraryVersionMorph2-2/+14
- Used in Super Smash Bros. Ultimate
2020-09-30caps_su: Properly stub SetShimLibraryVersionMorph1-1/+6
2020-06-26caps_u: Fix GetAlbumContentsFileListForApplication stubMorph1-9/+15
2020-06-26caps: Use enum classes and check struct sizes on compile timeMorph1-34/+40
2020-06-26caps: Update copyright headersMorph14-14/+14
Updated to "yuzu Emulator Project"
2020-04-30caps:su Stub out SetShimLibraryVersionJason Parker2-1/+13
Used by Animal Crossing: New Horizons when trying to take a picture.
2020-04-30caps: Add missing service names to caps:suDavid Marcec1-0/+3
SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
2020-04-01capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph14-151/+524
* Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
2019-04-11service: Update service function tablesLioncash1-36/+53
Updates function tables based off information from SwitchBrew.
2018-08-01service: Add capture servicesLioncash2-0/+167
Adds the basic skeleton for the capture services based off information provided by Switch Brew.