(PSP/PS3) Resolve namespace conflict with memcpy16 for PS3 -
[picodrive.git] / pico / videoport.c
index 6c876ae..7f37e41 100644 (file)
@@ -156,7 +156,7 @@ static void DmaSlow(int len)
       if (inc == 2 && !(a&1) && a+len*2 < 0x10000)\r
       {\r
         // most used DMA mode\r
-        memcpy16(r + (a>>1), pd, len);\r
+        pmemcpy16(r + (a>>1), pd, len);\r
         a += len*2;\r
       }\r
       else\r