aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/spl/module.cpp
AgeCommit message (Expand)Author
2020-11-26service: Eliminate usages of the global system instanceLioncash
2020-07-09configuration: implement per-game configurations (#4098)lat9nq
2019-04-04hle/service: Resolve unused variable warningsLioncash
2018-11-26Changed logging to be "Log before execution", Added more error logging, all s...David Marcec
2018-11-15csrng: Use random integer distribution instead of raw engineZach Hilman
2018-11-11csrng: Use std::mt19937 engine for random number generationZach Hilman
2018-09-15Port #4182 from Citra: "Prefix all size_t with std::"fearlessTobi
2018-09-10hle/service: Default constructors and destructors in the cpp file where appli...Lioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-24spl: Move logging macros over to new fmt-compatible onesLioncash
2018-04-19service: Use nested namespace specifiers where applicableLioncash
2018-03-22Service/spl: add module and servicesmailwl