mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 05:35:46 +00:00
Service/SSL: update service according switchbrew
This commit is contained in:
parent
20c97c60d5
commit
39f75350bb
2 changed files with 98 additions and 1 deletions
|
@ -13,6 +13,9 @@ class SSL final : public ServiceFramework<SSL> {
|
|||
public:
|
||||
explicit SSL();
|
||||
~SSL() = default;
|
||||
|
||||
private:
|
||||
void CreateContext(Kernel::HLERequestContext& ctx);
|
||||
};
|
||||
|
||||
/// Registers all SSL services with the specified service manager.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue