mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
memcpy partially replaced
Fixed one of exit issues
This commit is contained in:
parent
8bd0ee875c
commit
8b952bf98c
16 changed files with 136 additions and 30 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue