summaryrefslogtreecommitdiff
path: root/src/core/hle/service/spl/module.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: Append service name prefix to common filenamesGravatar Morph2021-07-141-48/+0
* spl: Implement spl::GetConfigGravatar Morph2021-06-161-0/+4
* spl: Add the general SPL interfaceGravatar Morph2021-06-161-1/+8
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-261-2/+7
* csrng: Use std::mt19937 engine for random number generationGravatar Zach Hilman2018-11-111-0/+4
* hle/service: Default constructors and destructors in the cpp file where appli...Gravatar Lioncash2018-09-101-0/+1
* hle/service: Make constructors explicit where applicableGravatar Lioncash2018-07-191-1/+1
* service: Use nested namespace specifiers where applicableGravatar Lioncash2018-04-191-4/+2
* Service/spl: add module and servicesGravatar mailwl2018-03-221-0/+29