Added a missing call to flushmmucache_nopc().

This commit is contained in:
OBattler
2021-11-19 23:13:46 +01:00
parent a42f9eefc0
commit 3bd2e199dd

View File

@@ -1019,6 +1019,8 @@ static void mem_encoding_update()
ps2.split_size = 0;
ps2_mca_log("PS/2 Model 80-111: Split memory block disabled\n");
}
flushmmucache_nopc();
}
static uint8_t mem_encoding_read(uint16_t addr, void *p)