summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/spl/module.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-10configuration: implement per-game configurations (#4098)lat9nq1-1/+1
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 Hilman1-2/+7
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 applicableLioncash1-0/+2
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 applicableLioncash1-4/+2
2018-03-22Service/spl: add module and servicesmailwl1-0/+42