Add simple zstd compression
Just a simple default compression is able to shrink savestate file size from ~160MB to ~20MB.
This commit is contained in:
parent
57efc41973
commit
7d880f94db
2 changed files with 24 additions and 7 deletions
|
@ -278,7 +278,7 @@ public:
|
|||
|
||||
void Save(std::ostream& stream) const;
|
||||
|
||||
void Load(std::istream& stream);
|
||||
void Load(std::istream& stream, std::size_t size);
|
||||
|
||||
private:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue