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/gpu.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libpcsxcore/gpu.c') diff --git a/libpcsxcore/gpu.c b/libpcsxcore/gpu.c index 324c2a00..61a7b3dc 100755 --- a/libpcsxcore/gpu.c +++ b/libpcsxcore/gpu.c @@ -19,6 +19,7 @@ #include "psxhw.h" #include "gpu.h" #include "psxdma.h" +#include "pgxp_gte.h" #define GPUSTATUS_ODDLINES 0x80000000 #define GPUSTATUS_DMABITS 0x60000000 // Two bits @@ -142,6 +143,7 @@ void psxDma2(u32 madr, u32 bcr, u32 chcr) { // GPU #endif break; } + GPU_pgxpMemory(madr, PGXP_GetMem()); GPU_writeDataMem(ptr, size); #if 0 -- cgit v1.2.3