diff --git a/Source/Project64-core/N64System/Mips/Mempak.cpp b/Source/Project64-core/N64System/Mips/Mempak.cpp index 16f7323e4..d3d28dba2 100644 --- a/Source/Project64-core/N64System/Mips/Mempak.cpp +++ b/Source/Project64-core/N64System/Mips/Mempak.cpp @@ -67,7 +67,7 @@ void Mempak::Format(int32_t Control) 0x00, 0x71, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, 0x00, 0x03, }; - memcpy(&Mempaks[Control][0], Initialize, 0x110); + memcpy(&Mempaks[Control][0], &Initialize[0], 0x110); for (int32_t count = 0x110; count < 0x8000; count += 2) {