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 +}