diff options
| author | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-02-17 22:54:30 +0000 |
|---|---|---|
| committer | XTra.KrazzY <XTra.KrazzY@gmail.com> | 2009-02-17 22:54:30 +0000 |
| commit | 767d54d56f8cb5f7e63bfb95e147536ff1394b3f (patch) | |
| tree | 53aceb4500ca3684493d4b9e2dbe2694daa620f8 /Source/Core/VideoCommon/Src/VertexShaderManager.cpp | |
| parent | c83e4a4952b75e8093ffaf3a6143a89c16230a4c (diff) | |
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
Diffstat (limited to 'Source/Core/VideoCommon/Src/VertexShaderManager.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/VertexShaderManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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]; //-------------------------------- |
