summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl/ssl.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename logging macro back to LOG_*James Rowe2018-07-031-4/+4
* Switched to NGLOG_WARNINGDavid Marcec2018-04-271-1/+1
* Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-implDavid Marcec2018-04-261-3/+3
|\
| * ssl: Move logging macros over to new fmt-compatible onesLioncash2018-04-241-3/+3
* | Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec2018-04-261-1/+1
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-231-0/+1
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-221-1/+10
|/
* service: Use nested namespace specifiers where applicableLioncash2018-04-201-4/+2
* Service/SSL: update service according switchbrewmailwl2018-04-111-1/+95
* Service/SSL: add ssl servicemailwl2018-03-231-0/+17