summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/VideoCommon/Src/Render.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/Render.h b/Source/Core/VideoCommon/Src/Render.h
index d21dbcf5d4..54bfa72133 100644
--- a/Source/Core/VideoCommon/Src/Render.h
+++ b/Source/Core/VideoCommon/Src/Render.h
@@ -54,7 +54,8 @@ public:
static void SetColorMask();
static void SetBlendMode(bool forceUpdate);
static bool SetScissorRect();
-
+ static void SetGenerationMode();
+ static void SetDepthMode();
// Live resolution change
static bool Allow2x();
static bool AllowCustom();