summaryrefslogtreecommitdiff
path: root/libpcsxcore/psxcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/psxcommon.h')
-rwxr-xr-xlibpcsxcore/psxcommon.h4
1 files changed, 4 insertions, 0 deletions
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