summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/spl (unfollow)
Commit message (Expand)AuthorFilesLines
2019-04-04hle/service: Resolve unused variable warningsLioncash1-3/+1
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-1/+2
2018-11-16csrng: Use random integer distribution instead of raw engineZach Hilman1-1/+2
2018-11-12csrng: Use std::mt19937 engine for random number generationZach Hilman2-2/+11
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi1-1/+1
2018-09-11hle/service: Default constructors and destructors in the cpp file where applicableLioncash6-0/+9
2018-07-19hle/service: Make constructors explicit where applicableLioncash1-1/+1
2018-07-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-24spl: Move logging macros over to new fmt-compatible onesLioncash1-1/+1
2018-04-20service: Use nested namespace specifiers where applicableLioncash6-24/+12
2018-04-17Various service name fixes - part 2 (rebased) (#322)Hexagon121-0/+6
2018-03-22Service/spl: add module and servicesmailwl6-0/+166