mirror of https://github.com/bsnes-emu/bsnes.git
Merge fix from higan for Sound Novel Tsukura/Derby Stallion 96 (jbo-85)
This commit is contained in:
parent
7eee058864
commit
9517080349
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue