mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 00:14:56 +00: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