This website requires JavaScript.
Explore
Help
Register
Sign In
CCF_100
/
ryujinx
Watch
1
Star
1
Fork
0
You've already forked ryujinx
mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced
2025-01-16 21:00:05 -06:00
Code
Issues
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 17:16:42 -05: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-11 20:13:43 -05:00
public
ISslContext
(
)
{
}
Implement ISslContext (#440) This PR implement an empty `ISslContext` and update `CreateContext` and `SetInterfaceVersion` inside `ISslService`
2018-10-06 17:16:42 -05:00
}
}
Reference in New Issue
Copy Permalink