summaryrefslogtreecommitdiff
path: root/src/core/hle/service/spl (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: remove ResultVal typeGravatar Liam2023-08-082-20/+30
* settings,core,config_sys: Remove optional type from custom_rtc, rng_seedGravatar lat9nq2023-07-211-1/+2
* service: move hle_ipc from kernelGravatar Liam2023-03-012-15/+15
* service: refactor server architectureGravatar Liam2023-02-212-10/+13
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-16/+16
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-238-24/+16
* general: Remove MakeResult helpersGravatar Morph2021-11-021-13/+13
* service: Reduce header include overheadGravatar Morph2021-10-071-2/+0
* service: Append service name prefix to common filenamesGravatar Morph2021-07-144-3/+3
* general: Add missing #pragma once directivesGravatar Morph2021-06-242-0/+4
* spl: Mark the other functions as unimplementedGravatar Morph2021-06-161-5/+30
* spl: Implement spl::GetConfigGravatar Morph2021-06-162-1/+90
* spl: Add the general SPL interfaceGravatar Morph2021-06-164-45/+64
* spl: Add SPL typesGravatar Morph2021-06-161-0/+230
* spl: Add SPL result codesGravatar Morph2021-06-161-0/+29
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-1/+1
* common: Move settings to common from core.Gravatar bunnei2021-04-141-1/+1
* spl: Update to 12.xGravatar german772021-04-081-0/+3
* Fix casing on DeallocateAesKeySlotGravatar zkitx2021-03-111-3/+3
* Update SPL to fit N's service refactor (4.0.0+) which split into new services.Gravatar zkitx2021-03-113-9/+178
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-266-11/+27
* Merge pull request #4203 from VolcaEM/servicesGravatar bunnei2020-07-111-19/+20
|\
| * Clang-formatGravatar VolcaEM2020-06-291-1/+1
| * service: Update function tablesGravatar VolcaEM2020-06-291-19/+20
* | configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-091-1/+1
|/
* hle/service: Resolve unused variable warningsGravatar Lioncash2019-04-041-3/+1
* Changed logging to be "Log before execution", Added more error logging, all s...Gravatar David Marcec2018-11-261-1/+2
* csrng: Use random integer distribution instead of raw engineGravatar Zach Hilman2018-11-151-1/+2
* csrng: Use std::mt19937 engine for random number generationGravatar Zach Hilman2018-11-112-2/+11
* Port #4182 from Citra: "Prefix all size_t with std::"Gravatar fearlessTobi2018-09-151-1/+1
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-106-0/+9
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-1/+1
* spl: Move logging macros over to new fmt-compatible onesGravatar Lioncash2018-04-241-1/+1
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-196-24/+12
* Various service name fixes - part 2 (rebased) (#322)Gravatar Hexagon122018-04-171-0/+6
* Service/spl: add module and servicesGravatar mailwl2018-03-226-0/+166