From b5a738748175a460f856a1ed8a2e29fa26ebfb14 Mon Sep 17 00:00:00 2001 From: iCatButler Date: Tue, 10 May 2016 21:34:27 +0100 Subject: Add PGXP visual debug mode Toggles using F11 Red = low precision Blue = high precision Yellow = Sprite --- 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 c77c0ae0..07da50e3 100755 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -79,6 +79,7 @@ typedef long (CALLBACK* GPUconfigure)(void); typedef long (CALLBACK* GPUtest)(void); typedef void (CALLBACK* GPUabout)(void); typedef void (CALLBACK* GPUmakeSnapshot)(void); +typedef void (CALLBACK* GPUtoggleDebug)(void); typedef void (CALLBACK* GPUkeypressed)(int); typedef void (CALLBACK* GPUdisplayText)(char *); typedef struct { @@ -118,6 +119,7 @@ extern GPUdmaChain GPU_dmaChain; extern GPUkeypressed GPU_keypressed; extern GPUdisplayText GPU_displayText; extern GPUmakeSnapshot GPU_makeSnapshot; +extern GPUtoggleDebug GPU_toggleDebug; extern GPUfreeze GPU_freeze; extern GPUgetScreenPic GPU_getScreenPic; extern GPUshowScreenPic GPU_showScreenPic; -- cgit v1.2.3