Skip to content

Commit 301d98a

Browse files
Small fix in the full deserialization routine
1 parent fdbc873 commit 301d98a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/quickerNES/core.hpp

+1
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ size_t serializeLiteState(uint8_t *buffer) const
677677
blockSize = ppu.chr_size;
678678
memcpy((void *)ppu.impl->chr_ram, &buffer[pos], blockSize);
679679
pos += blockSize;
680+
ppu.all_tiles_modified();
680681
}
681682
}
682683

0 commit comments

Comments
 (0)