kernel: Move serialization code out of headers. (#7312)

This commit is contained in:
Steveice10 2024-01-14 16:18:31 -08:00 committed by GitHub
parent 9c84721d84
commit a2d1c4a94c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
52 changed files with 458 additions and 270 deletions

View file

@ -6,7 +6,6 @@
#include <memory>
#include <string>
#include <boost/serialization/version.hpp>
#include "core/hle/applets/mii_selector.h"
namespace Frontend {