Merge pull request #1143 from Frank-74/patch-4

Fix Save Lag
This commit is contained in:
zilmar 2016-07-05 04:20:44 +10:00 committed by GitHub
commit 52063e57aa
1 changed files with 1 additions and 2 deletions

View File

@ -144,10 +144,9 @@ void Mempak::WriteTo(int32_t Control, uint32_t address, uint8_t * data)
MempakHandle[Control].Seek(address, CFile::begin);
MempakHandle[Control].Write(data, 0x20);
MempakHandle[Control].Flush();
}
else
{
/* Rumble pack area */
}
}
}