summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-19Corrected SSL::SetInterfaceVersionDavid Marcec1-3/+3
Should be a single u32
2018-09-19Removed the use of rp.MakeBuilderDavid Marcec1-1/+1
Due to keeping the code style consistent in the yuzu codebase. `rb = rp.MakeBuilder(...)` was replaced with `rb{ctx, ...}`
2018-09-02ssl: Move SSL class to cpp fileLioncash2-37/+39
This isn't required to be visible to anything outside of the main source file, and will eliminate needing to rebuild anything else including the header if the SSL class needs to be changed in the future.
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
Tidies up namespace declarations
2018-04-11Service/SSL: update service according switchbrewmailwl2-1/+98
2018-03-23Service/SSL: add ssl servicemailwl2-0/+39