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