memcpy partially replaced

Fixed one of exit issues
This commit is contained in:
Nekotekina 2014-02-26 18:06:13 +04:00
parent 8bd0ee875c
commit 8b952bf98c
16 changed files with 136 additions and 30 deletions

View file

@ -56,7 +56,7 @@ void RSXVertexData::Load(u32 start, u32 count)
{
case 1:
{
memcpy(dst, src, size);
memcpy(dst, src, size); // may be dangerous
}
break;