summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: capsrv: Migrate to new IPCNarr the Reg2024-01-3013-388/+263
|
* Move time services to new IPC.Kelebek12024-01-271-6/+6
| | | | Add some fixes/improvements to usage with the new IPC
* result: Make fully constexpr, add ON_RESULT_INCLUDEDFearlessTobi2024-01-251-6/+7
|
* Rework time service to fix time passing offline.Kelebek12024-01-241-16/+31
|
* Fix typos in src/core (#12625)Viktor Szépe2024-01-083-8/+8
| | | | | | | | | * Fix typos in src/core * Fix typo correction * Fix indentation of MemoryStateNames * Fix indent
* service: am: Implement ISelfController::SaveCurrentScreenshotNarr the Reg2023-10-275-15/+71
|
* cmake: prefer system stb headersAlexandre Bouvier2023-10-251-10/+10
|
* service: caps: Implement SaveScreenShotEx0 and variantsgerman772023-10-238-13/+250
|
* service: caps: Remove ambiguous callNarr the Reg2023-10-121-2/+2
|
* service: caps: Fix GetAlbumFileList3AaeAruid and GetAlbumFileList0AafeAruidDeprecatedNarr the Reg2023-10-125-51/+134
|
* service: caps: Implement album manager and reorganize serviceNarr the Reg2023-10-0818-518/+848
|
* service: caps: Partially implement IAlbumAccessorServiceNarr the Reg2023-10-023-13/+421
|
* service: move hle_ipc from kernelLiam2023-03-017-29/+13
|
* service: refactor server architectureLiam2023-02-212-9/+12
| | | | Converts services to have their own processes
* general: Convert source file copyright comments over to SPDXMorph2022-04-2314-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.
* 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/vi: Update to 13.0.0german772021-09-271-0/+1
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-023-4/+4
| | | | Transition to PascalCase for result names.
* caps_u: Update to 12.xgerman772021-04-091-0/+1
|
* caps_a: Update to 12.xgerman772021-04-091-0/+1
|
* service: Eliminate usages of the global system instanceLioncash2020-11-2714-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.
* hle: service: caps_u: Stub GetAlbumFileList3AaeAruid.bunnei2020-11-072-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.
* caps_c: Stub SetShimLibraryVersionMorph2020-09-302-1/+18
| | | | - Used by caps_su SetShimLibraryVersion
* caps_u: Stub SetShimLibraryVersionMorph2020-09-302-2/+14
| | | | - Used in Super Smash Bros. Ultimate
* caps_su: Properly stub SetShimLibraryVersionMorph2020-09-301-1/+6
|
* caps_u: Fix GetAlbumContentsFileListForApplication stubMorph2020-06-261-9/+15
|
* caps: Use enum classes and check struct sizes on compile timeMorph2020-06-261-34/+40
|
* caps: Update copyright headersMorph2020-06-2614-14/+14
| | | | Updated to "yuzu Emulator Project"
* caps:su Stub out SetShimLibraryVersionJason Parker2020-04-302-1/+13
| | | | Used by Animal Crossing: New Horizons when trying to take a picture.
* caps: Add missing service names to caps:suDavid Marcec2020-04-301-0/+3
| | | | SetShimLibraryVersion, SaveScreenShotEx1 & SaveScreenShotEx2 were missing
* capsrv: Split Capture services into individual files and stub GetAlbumContentsFileListForApplication (#3571)Morph2020-04-0114-151/+524
| | | | | | | * Organize capture services into individual files * Stub GetAlbumContentsFileListForApplication * Address feedback
* service: Update service function tablesLioncash2019-04-111-36/+53
| | | | Updates function tables based off information from SwitchBrew.
* service: Add capture servicesLioncash2018-08-012-0/+167
Adds the basic skeleton for the capture services based off information provided by Switch Brew.