From 7767ea4acbae995cd8e6302bdb7c97e89748dfd8 Mon Sep 17 00:00:00 2001 From: iCatButler Date: Fri, 25 Mar 2016 16:25:15 +0000 Subject: Initial upload of PGXP. --- libpcsxcore/plugins.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpcsxcore/plugins.h') diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index f8cfdf44..8f2cc189 100755 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -96,6 +96,7 @@ typedef void (CALLBACK* GPUvBlank)(int); typedef void (CALLBACK* GPUvisualVibration)(uint32_t, uint32_t); typedef void (CALLBACK* GPUcursor)(int, int, int); typedef void (CALLBACK* GPUaddVertex)(short,short,s64,s64,s64); +typedef void (CALLBACK* GPUpgxpMemory)(unsigned int, unsigned char*); // GPU function pointers extern GPUupdateLace GPU_updateLace; @@ -125,6 +126,7 @@ extern GPUvBlank GPU_vBlank; extern GPUvisualVibration GPU_visualVibration; extern GPUcursor GPU_cursor; extern GPUaddVertex GPU_addVertex; +extern GPUpgxpMemory GPU_pgxpMemory; // CD-ROM Functions typedef long (CALLBACK* CDRinit)(void); -- cgit v1.2.3