(PSP/PS3) Resolve namespace conflict with memcpy16 for PS3 -
[picodrive.git] / pico / misc.c
index f9e85cd..ba24f95 100644 (file)
@@ -99,7 +99,7 @@ typedef struct
        int b7;\r
 } intblock;\r
 \r
-PICO_INTERNAL_ASM void memcpy16(unsigned short *dest, unsigned short *src, int count)\r
+PICO_INTERNAL_ASM void pmemcpy16(unsigned short *dest, unsigned short *src, int count)\r
 {\r
        if ((((long)dest | (long)src) & 3) == 0)\r
        {\r