code: Nuke savestate support (#42)

This commit is contained in:
GPUCode 2024-03-25 10:31:32 +02:00 committed by GitHub
parent a442389a60
commit ac792f7b98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
348 changed files with 123 additions and 7083 deletions

View file

@ -7,7 +7,6 @@
#include <array>
#include <memory>
#include <vector>
#include <boost/serialization/export.hpp>
#include "audio_core/audio_types.h"
#include "audio_core/dsp_interface.h"
#include "common/common_types.h"
@ -49,10 +48,6 @@ private:
struct Impl;
friend struct Impl;
std::unique_ptr<Impl> impl;
template <class Archive>
void serialize(Archive& ar, const unsigned int);
friend class boost::serialization::access;
};
} // namespace AudioCore