Serialize HTTP service

This commit is contained in:
Hamish Milne
2019-12-30 15:20:13 +00:00
committed by zhupengfei
parent 74361fa3fb
commit 8bd3e8cd27
4 changed files with 130 additions and 6 deletions

View File

@@ -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 {