summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-01service: move hle_ipc from kernelLiam7-29/+13
2023-02-21service: refactor server architectureLiam2-9/+12
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-2/+2
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-2/+2
2022-04-23general: Convert source file copyright comments over to SPDXMorph14-42/+28
2021-12-03service: am: ISelfController: Stub SaveCurrentScreenshotMorph1-1/+1
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
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
2020-11-07hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.bunnei2-9/+17
2020-09-30caps_c: Stub SetShimLibraryVersionMorph2-1/+18
2020-09-30caps_u: Stub SetShimLibraryVersionMorph2-2/+14
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
2020-04-30caps:su Stub out SetShimLibraryVersionJason Parker2-1/+13
2020-04-30caps: Add missing service names to caps:suDavid Marcec1-0/+3
2020-04-01capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph14-151/+524
2019-04-11service: Update service function tablesLioncash1-36/+53
2018-08-01service: Add capture servicesLioncash2-0/+167