From 55dc7efaa427f442bec4fa5cdbb7ad0ecba19082 Mon Sep 17 00:00:00 2001 From: Rodolfo Osvaldo Bogado Date: Mon, 23 Nov 2009 14:08:08 +0000 Subject: corrected viewport and scissor test behavior in both plugins. some code cleanup in d3d. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4605 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/Render.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Source/Core/VideoCommon') 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(); -- cgit v1.2.3