Skip to content

Commit fdb48a8

Browse files
Merge pull request #6 from SergioMartin86/minorfixes2
Small fix in the full deserialization routine
2 parents fdbc873 + 301d98a commit fdb48a8

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)