Fixing screen update bug
This commit is contained in:
parent
fab1b2b0bf
commit
dae6c91a5a
|
@ -406,6 +406,7 @@ class Core : private Cpu
|
||||||
pos += headerSize;
|
pos += headerSize;
|
||||||
memcpy((void *)ppu.impl->chr_ram, &buffer[pos], blockSize);
|
memcpy((void *)ppu.impl->chr_ram, &buffer[pos], blockSize);
|
||||||
pos += blockSize;
|
pos += blockSize;
|
||||||
|
ppu.all_tiles_modified();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sram_present)
|
if (sram_present)
|
||||||
|
|
Loading…
Reference in New Issue