This website requires JavaScript.
Explore
Help
Register
Sign In
ryujinx
/
Ryujinx
Watch
1
Star
0
Fork
You've already forked Ryujinx
0
mirror of
https://github.com/Ryujinx/Ryujinx.git
synced
2024-11-08 16:08:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
560ccbeb2d
Ryujinx
/
Ryujinx.HLE
/
HOS
/
Services
/
Ssl
/
ISslContext.cs
7 lines
122 B
C#
Raw
Normal View
History
Unescape
Escape
Implement ISslContext (#440) This PR implement an empty `ISslContext` and update `CreateContext` and `SetInterfaceVersion` inside `ISslService`
2018-10-06 22:16:42 +00:00
namespace
Ryujinx.HLE.HOS.Services.Ssl
{
class
ISslContext
:
IpcService
{
Refactoring commands handling (#728) * Refactoring commands handling - Use Reflection to handle commands ID. - Add all symbols (from SwIPC so not all time accurate). - Re-sort some services commands methods. - Some cleanup. - Keep some empty constructor for consistency. * Fix order in IProfile
2019-07-12 01:13:43 +00:00
public
ISslContext
(
)
{
}
Implement ISslContext (#440) This PR implement an empty `ISslContext` and update `CreateContext` and `SetInterfaceVersion` inside `ISslService`
2018-10-06 22:16:42 +00:00
}
}
Reference in a new issue
Copy permalink