diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-03-30 15:57:24 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-03-30 15:57:24 +0100 |
| commit | 0c06f5ebc604f909096e97b06ba19c2df412e813 (patch) | |
| tree | f4fca36c64355625a78f7ed9417f31f7cec762ce /libpcsxcore | |
| parent | f7f38c4b89937391a8ba7c785d0d6b108ac02eb7 (diff) | |
Fix default definition of pgxpMemory call.
Diffstat (limited to 'libpcsxcore')
| -rwxr-xr-x | libpcsxcore/plugins.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
