mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-19 18:01:49 +02:00
Merge fix from higan for Sound Novel Tsukura/Derby Stallion 96 (jbo-85)
This commit is contained in:
committed by
Screwtapello
parent
7eee058864
commit
9517080349
@@ -1,6 +1,6 @@
|
|||||||
auto BSMemory::serialize(serializer& s) -> void {
|
auto BSMemory::serialize(serializer& s) -> void {
|
||||||
Thread::serialize(s);
|
|
||||||
if(ROM) return;
|
if(ROM) return;
|
||||||
|
Thread::serialize(s);
|
||||||
|
|
||||||
s.array(memory.data(), memory.size());
|
s.array(memory.data(), memory.size());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user