index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ssl
/
ssl.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
service: Update function tables
Lioncash
2019-11-12
1
-0
/
+5
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+2
*
Merge pull request #2334 from lioncash/override
bunnei
2019-04-06
1
-1
/
+0
|
\
|
*
core: Add missing override specifiers where applicable
Lioncash
2019-04-04
1
-1
/
+0
*
|
hle/service: Resolve unused variable warnings
Lioncash
2019-04-04
1
-1
/
+8
|
/
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-0
/
+2
*
Merge pull request #1354 from ogniK5377/ssl-version
bunnei
2018-09-24
1
-3
/
+3
|
\
|
*
Corrected SSL::SetInterfaceVersion
David Marcec
2018-09-19
1
-3
/
+3
*
|
Removed the use of rp.MakeBuilder
David Marcec
2018-09-19
1
-1
/
+1
|
/
*
ssl: Move SSL class to cpp file
Lioncash
2018-09-02
1
-26
/
+36
*
Rename logging macro back to LOG_*
James Rowe
2018-07-03
1
-4
/
+4
*
Switched to NGLOG_WARNING
David Marcec
2018-04-27
1
-1
/
+1
*
Merge branch 'master' of https://github.com/yuzu-emu/yuzu into service-impl
David Marcec
2018-04-26
1
-3
/
+3
|
\
|
*
ssl: Move logging macros over to new fmt-compatible ones
Lioncash
2018-04-24
1
-3
/
+3
*
|
Added PREPO to logging backend, Removed comments from SaveReportWithUser
David Marcec
2018-04-26
1
-1
/
+1
*
|
GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.
David Marcec
2018-04-23
1
-0
/
+1
*
|
Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)
David Marcec
2018-04-22
1
-1
/
+10
|
/
*
service: Use nested namespace specifiers where applicable
Lioncash
2018-04-20
1
-4
/
+2
*
Service/SSL: update service according switchbrew
mailwl
2018-04-11
1
-1
/
+95
*
Service/SSL: add ssl service
mailwl
2018-03-23
1
-0
/
+17