Serialize HTTP service
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include <cryptopp/aes.h>
|
||||
#include <cryptopp/modes.h>
|
||||
#include "common/archives.h"
|
||||
#include "core/core.h"
|
||||
#include "core/file_sys/archive_ncch.h"
|
||||
#include "core/file_sys/file_backend.h"
|
||||
@@ -14,6 +15,9 @@
|
||||
#include "core/hle/service/http_c.h"
|
||||
#include "core/hw/aes/key.h"
|
||||
|
||||
SERIALIZE_EXPORT_IMPL(Service::HTTP::HTTP_C)
|
||||
SERIALIZE_EXPORT_IMPL(Service::HTTP::SessionData)
|
||||
|
||||
namespace Service::HTTP {
|
||||
|
||||
namespace ErrCodes {
|
||||
|
||||
Reference in New Issue
Block a user