summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl (unfollow)
Commit message (Expand)AuthorFilesLines
2020-11-27service: Eliminate usages of the global system instanceLioncash2-8/+12
2019-11-12service: Update function tablesLioncash1-0/+5
2019-04-11service: Update service function tablesLioncash1-0/+2
2019-04-04hle/service: Resolve unused variable warningsLioncash1-1/+8
2019-04-04core: Add missing override specifiers where applicableLioncash1-1/+0
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-0/+2
2018-09-19Corrected SSL::SetInterfaceVersionDavid Marcec1-3/+3
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec1-1/+1
2018-09-02ssl: Move SSL class to cpp fileLioncash2-37/+39
2018-07-03Rename logging macro back to LOG_*James Rowe1-4/+4
2018-04-27Switched to NGLOG_WARNINGDavid Marcec1-1/+1
2018-04-26Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec1-1/+1
2018-04-24ssl: Move logging macros over to new fmt-compatible onesLioncash1-3/+3
2018-04-23GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec1-0/+1
2018-04-22Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2-1/+11
2018-04-20service: Use nested namespace specifiers where applicableLioncash2-8/+4
2018-04-11Service/SSL: update service according switchbrewmailwl2-1/+98
2018-03-23Service/SSL: add ssl servicemailwl2-0/+39