This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
Ryujinx-uplift
Watch
1
Star
0
Fork
0
You've already forked Ryujinx-uplift
mirror of
https://github.com/GreemDev/Ryujinx.git
synced
2024-11-27 03:10:50 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
4af3101b22
Ryujinx-uplift
/
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-07 00:16:42 +02: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 03:13:43 +02:00
public
ISslContext
(
)
{
}
Implement ISslContext (#440) This PR implement an empty `ISslContext` and update `CreateContext` and `SetInterfaceVersion` inside `ISslService`
2018-10-07 00:16:42 +02:00
}
}
Reference in New Issue
Copy Permalink