index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ssl
/
ssl.cpp
Age
Commit message (
Expand
)
Author
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-09-23
Merge pull request #1354 from ogniK5377/ssl-version
bunnei
2018-09-19
Corrected SSL::SetInterfaceVersion
David Marcec
2018-09-19
Removed the use of rp.MakeBuilder
David Marcec
2018-09-02
ssl: Move SSL class to cpp file
Lioncash
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-04-26
Switched to NGLOG_WARNING
David Marcec
2018-04-26
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
David Marcec
2018-04-26
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
2018-04-24
ssl: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-22
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...
David Marcec
2018-04-21
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...
David Marcec
2018-04-19
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-11
Service/SSL: update service according switchbrew
mailwl
2018-03-23
Service/SSL: add ssl service
mailwl