summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/spl (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: remove ResultVal typeLiam2023-08-082-20/+30
* settings,core,config_sys: Remove optional type from custom_rtc, rng_seedlat9nq2023-07-211-1/+2
* service: move hle_ipc from kernelLiam2023-03-012-15/+15
* service: refactor server architectureLiam2023-02-212-10/+13
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-16/+16
* general: Convert source file copyright comments over to SPDXMorph2022-04-238-24/+16
* general: Remove MakeResult helpersMorph2021-11-021-13/+13
* service: Reduce header include overheadMorph2021-10-071-2/+0
* service: Append service name prefix to common filenamesMorph2021-07-144-3/+3
* general: Add missing #pragma once directivesMorph2021-06-242-0/+4
* spl: Mark the other functions as unimplementedMorph2021-06-161-5/+30
* spl: Implement spl::GetConfigMorph2021-06-162-1/+90
* spl: Add the general SPL interfaceMorph2021-06-164-45/+64
* spl: Add SPL typesMorph2021-06-161-0/+230
* spl: Add SPL result codesMorph2021-06-161-0/+29
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-1/+1
* common: Move settings to common from core.bunnei2021-04-151-1/+1
* spl: Update to 12.xgerman772021-04-091-0/+3
* Fix casing on DeallocateAesKeySlotzkitx2021-03-111-3/+3
* Update SPL to fit N's service refactor (4.0.0+) which split into new services.zkitx2021-03-113-9/+178
* service: Eliminate usages of the global system instanceLioncash2020-11-276-11/+27
* Merge pull request #4203 from VolcaEM/servicesbunnei2020-07-111-19/+20
|\
| * Clang-formatVolcaEM2020-06-291-1/+1
| * service: Update function tablesVolcaEM2020-06-291-19/+20
* | configuration: implement per-game configurations (#4098)lat9nq2020-07-101-1/+1
|/
* hle/service: Resolve unused variable warningsLioncash2019-04-041-3/+1
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-1/+2
* csrng: Use random integer distribution instead of raw engineZach Hilman2018-11-161-1/+2
* csrng: Use std::mt19937 engine for random number generationZach Hilman2018-11-122-2/+11
* Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi2018-09-151-1/+1
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-116-0/+9
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
* spl: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-206-24/+12
* Various service name fixes - part 2 (rebased) (#322)Hexagon122018-04-171-0/+6
* Service/spl: add module and servicesmailwl2018-03-226-0/+166