aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/spl/module.cpp
AgeCommit message (Expand)Author
2021-07-14service: Append service name prefix to common filenamesMorph
2021-06-16spl: Mark the other functions as unimplementedMorph
2021-06-16spl: Implement spl::GetConfigMorph
2021-06-16spl: Add the general SPL interfaceMorph
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph
2021-04-14common: Move settings to common from core.bunnei
2021-03-11Update SPL to fit N's service refactor (4.0.0+) which split into new services.zkitx
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