Merge branch 'master' of https://github.com/project64/project64
This commit is contained in:
commit
deeded7ab5
|
@ -144,10 +144,9 @@ void Mempak::WriteTo(int32_t Control, uint32_t address, uint8_t * data)
|
||||||
|
|
||||||
MempakHandle[Control].Seek(address, CFile::begin);
|
MempakHandle[Control].Seek(address, CFile::begin);
|
||||||
MempakHandle[Control].Write(data, 0x20);
|
MempakHandle[Control].Write(data, 0x20);
|
||||||
MempakHandle[Control].Flush();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* Rumble pack area */
|
/* Rumble pack area */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue