summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-30service: capsrv: Migrate to new IPCNarr the Reg13-388/+263
2024-01-27Move time services to new IPC.Kelebek11-6/+6
2024-01-25result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi1-6/+7
2024-01-24Rework time service to fix time passing offline.Kelebek11-16/+31
2024-01-08Fix typos in src/core (#12625)Viktor Szépe3-8/+8
2023-10-27service: am: Implement ISelfController::SaveCurrentScreenshotNarr the Reg5-15/+71
2023-10-25cmake: prefer system stb headersAlexandre Bouvier1-10/+10
2023-10-23service: caps: Implement SaveScreenShotEx0 and variantsgerman778-13/+250
2023-10-12service: caps: Remove ambiguous callNarr the Reg1-2/+2
2023-10-12service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecatedNarr the Reg5-51/+134
2023-10-08service: caps: Implement album manager and reorganize serviceNarr the Reg18-518/+848
2023-10-02service: caps: Partially implement IAlbumAccessorServiceNarr the Reg3-13/+421
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