mirror of https://github.com/mgba-emu/mgba.git
GB Memory: Mark ROM not pristine when doing copy-on-write
This commit is contained in:
parent
f84af91173
commit
6fe1f44351
|
@ -689,4 +689,5 @@ void _pristineCow(struct GB* gb) {
|
|||
}
|
||||
gb->memory.rom = newRom;
|
||||
GBMBCSwitchBank(gb, gb->memory.currentBank);
|
||||
gb->isPristine = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue