From a64d62be4b433fcad3804d3bb616bdf4f13504f4 Mon Sep 17 00:00:00 2001 From: iCatButler Date: Mon, 16 May 2016 16:17:19 +0100 Subject: Add PGXP configuration dialog - Allows independent toggling of PGXP, vertex caching and texture correction --- libpcsxcore/psxcommon.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libpcsxcore/psxcommon.h') diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h index 13e6c1ab..894b1a31 100755 --- a/libpcsxcore/psxcommon.h +++ b/libpcsxcore/psxcommon.h @@ -167,6 +167,10 @@ typedef struct { u8 MemHack; boolean OverClock; // enable overclocking u8 PsxClock; + // PGXP variables + boolean PGXP_GTE; + boolean PGXP_Cache; + boolean PGXP_Texture; #ifdef _WIN32 char Lang[256]; #endif -- cgit v1.2.3