Merge fix from higan for Sound Novel Tsukura/Derby Stallion 96 (jbo-85)

This commit is contained in:
Ruslan Tretiakov 2020-09-29 08:35:58 -04:00 committed by Screwtapello
parent 7eee058864
commit 9517080349
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
auto BSMemory::serialize(serializer& s) -> void {
Thread::serialize(s);
if(ROM) return;
Thread::serialize(s);
s.array(memory.data(), memory.size());