summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/VideoConfig.h
diff options
context:
space:
mode:
authordegasus <wickmarkus@web.de>2015-04-06 02:17:57 +0200
committerdegasus <wickmarkus@web.de>2015-05-25 09:33:34 +0200
commitacd074e291d287080031d7295baa6e2f7862440f (patch)
tree8e4d38caf103282d5a2ae38ca8357168b70c4fe6 /Source/Core/VideoCommon/VideoConfig.h
parentac0e3041599429f271d6fddc284ec3e4753c0cd3 (diff)
VideoCommon: Make BBox emulation optional
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.h')
-rw-r--r--Source/Core/VideoCommon/VideoConfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoConfig.h b/Source/Core/VideoCommon/VideoConfig.h
index b0f133e759..37eeb50101 100644
--- a/Source/Core/VideoCommon/VideoConfig.h
+++ b/Source/Core/VideoCommon/VideoConfig.h
@@ -112,6 +112,7 @@ struct VideoConfig final
// Hacks
bool bEFBAccessEnable;
bool bPerfQueriesEnable;
+ bool bBBoxEnable;
bool bEFBEmulateFormatChanges;
bool bSkipEFBCopyToRam;