aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/spl/module.h
AgeCommit message (Expand)Author
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-16spl: Implement spl::GetConfigMorph
2021-06-16spl: Add the general SPL interfaceMorph
2020-11-26service: Eliminate usages of the global system instanceLioncash
2018-11-11csrng: Use std::mt19937 engine for random number generationZach Hilman
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-19hle/service: Make constructors explicit where applicableLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-03-22Service/spl: add module and servicesmailwl