nes-fix a potentially desyncable bug in mmc3 savestate

This commit is contained in:
zeromus 2012-05-20 21:04:06 +00:00
parent bd3e576614
commit 638a99a1f7
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
{
base.SyncState(ser);
ser.Sync("mirror", ref mirror);
ser.Sync("mirror", ref a12_old);
ser.Sync("a12_old", ref a12_old);
ser.Sync("irq_reload", ref irq_reload);
ser.Sync("irq_counter", ref irq_counter);
ser.Sync("irq_pending", ref irq_pending);