From a673aa3295008f74a49e2323457152ce14fc90dc Mon Sep 17 00:00:00 2001 From: Frank-74 Date: Mon, 4 Jul 2016 19:16:38 +0100 Subject: [PATCH] Fix Save Lag --- Source/Project64-core/N64System/Mips/Mempak.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Project64-core/N64System/Mips/Mempak.cpp b/Source/Project64-core/N64System/Mips/Mempak.cpp index 121829292..7a3314877 100644 --- a/Source/Project64-core/N64System/Mips/Mempak.cpp +++ b/Source/Project64-core/N64System/Mips/Mempak.cpp @@ -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 */ } -} \ No newline at end of file +}