summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ssl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1354 from ogniK5377/ssl-versionbunnei2018-09-241-3/+3
|\ | | | | Corrected SSL::SetInterfaceVersion
| * Corrected SSL::SetInterfaceVersionDavid Marcec2018-09-191-3/+3
| | | | | | | | Should be a single u32
* | Removed the use of rp.MakeBuilderDavid Marcec2018-09-191-1/+1
|/ | | | Due to keeping the code style consistent in the yuzu codebase. `rb = rp.MakeBuilder(...)` was replaced with `rb{ctx, ...}`
* ssl: Move SSL class to cpp fileLioncash2018-09-022-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.
* 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-222-1/+11
|/
* service: Use nested namespace specifiers where applicableLioncash2018-04-202-8/+4
| | | | Tidies up namespace declarations
* Service/SSL: update service according switchbrewmailwl2018-04-112-1/+98
|
* Service/SSL: add ssl servicemailwl2018-03-232-0/+39