From 0c06f5ebc604f909096e97b06ba19c2df412e813 Mon Sep 17 00:00:00 2001 From: iCatButler Date: Wed, 30 Mar 2016 15:57:24 +0100 Subject: Fix default definition of pgxpMemory call. --- libpcsxcore/plugins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/plugins.c') diff --git a/libpcsxcore/plugins.c b/libpcsxcore/plugins.c index 1713670e..352e8e5b 100755 --- a/libpcsxcore/plugins.c +++ b/libpcsxcore/plugins.c @@ -217,7 +217,7 @@ void CALLBACK GPU__visualVibration(unsigned long iSmall, unsigned long iBig) {} void CALLBACK GPU__cursor(int player, int x, int y) {} void CALLBACK GPU__addVertex(short sx,short sy,s64 fx,s64 fy,s64 fz) {} void CALLBACK GPU__setSpeed(float newSpeed) {} -void CALLBACK GPU__pgxpMemory(unsigned char* pMem, unsigned int count, unsigned int addr, unsigned char* pVRAM) {} +void CALLBACK GPU__pgxpMemory(unsigned int addr, unsigned char* pVRAM) {} #define LoadGpuSym1(dest, name) \ LoadSym(GPU_##dest, GPU##dest, name, TRUE); -- cgit v1.2.3