mirror of
https://github.com/PabloMK7/citra.git
synced 2025-08-13 23:26:51 +00:00
Services/HLE: Convert the http:C service to the new service framework.
This commit is contained in:
parent
78685065cf
commit
28124c053a
3 changed files with 69 additions and 65 deletions
src/core/hle/service
|
@ -256,7 +256,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
|
|||
QTM::InstallInterfaces(*sm);
|
||||
|
||||
CSND::InstallInterfaces(*sm);
|
||||
AddService(new HTTP::HTTP_C);
|
||||
HTTP::InstallInterfaces(*sm);
|
||||
PM::InstallInterfaces(*sm);
|
||||
AddService(new SOC::SOC_U);
|
||||
SSL::InstallInterfaces(*sm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue