From f70082329d751ee8a358437feb34134e283b27d8 Mon Sep 17 00:00:00 2001 From: iCatButler Date: Tue, 7 Jun 2016 15:57:46 +0100 Subject: Initial PGXP CPU commit - Restructured project to base interface on PSX instructions - Support for all relevant CPU arithmetic and logic instructions - Debug output available via deferred PGXP calls - Remove most dependencies on PCSXR - Still very much a work in progress (lots of errors) - Add extra debug information to GPU plugin (w values) --- win32/gui/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/gui/plugin.c') diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index 35b4e445..5ae00824 100755 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -30,7 +30,7 @@ #include "NoPic.h" #include "misc.h" #include "sio.h" -#include "pgxp_gte.h" +#include "pgxp_mem.h" extern void LidInterrupt(); -- cgit v1.2.3