summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/spl/module.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* csrng: Use std::mt19937 engine for random number generationZach Hilman2018-11-121-0/+4
* hle/service: Default constructors and destructors in the cpp file where applicableLioncash2018-09-111-0/+1
* hle/service: Make constructors explicit where applicableLioncash2018-07-191-1/+1
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Service/spl: add module and servicesmailwl2018-03-221-0/+29