mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-06 11:01:38 +12:00
Add SSL service
This commit is contained in:
parent
3c610fa332
commit
fa91c4effb
7 changed files with 46 additions and 2 deletions
|
@ -30,6 +30,7 @@
|
|||
#include "services/nim.hpp"
|
||||
#include "services/ptm.hpp"
|
||||
#include "services/soc.hpp"
|
||||
#include "services/ssl.hpp"
|
||||
#include "services/y2r.hpp"
|
||||
|
||||
// More circular dependencies!!
|
||||
|
@ -68,6 +69,7 @@ class ServiceManager {
|
|||
NDMService ndm;
|
||||
PTMService ptm;
|
||||
SOCService soc;
|
||||
SSLService ssl;
|
||||
Y2RService y2r;
|
||||
|
||||
// "srv:" commands
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue