From 767d54d56f8cb5f7e63bfb95e147536ff1394b3f Mon Sep 17 00:00:00 2001 From: "XTra.KrazzY" Date: Tue, 17 Feb 2009 22:54:30 +0000 Subject: [PATCH] Fixed back the r844 projection hack. If it's called "r844" then it should stay AS IT WAS in r844! :) git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2299 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/VideoCommon/Src/VertexShaderManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Core/VideoCommon/Src/VertexShaderManager.cpp b/Source/Core/VideoCommon/Src/VertexShaderManager.cpp index c1dbb73a56..f083fac6eb 100644 --- a/Source/Core/VideoCommon/Src/VertexShaderManager.cpp +++ b/Source/Core/VideoCommon/Src/VertexShaderManager.cpp @@ -278,7 +278,7 @@ void VertexShaderManager::SetConstants(bool proj_hax_1, bool proj_hax_2) // R844 Hack if (!proj_hax_1 && proj_hax_2) - g_fProjectionMatrix[11] = xfregs.rawProjection[5]; + g_fProjectionMatrix[11] = -xfregs.rawProjection[5]; //--------------------------------