mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 06:39:14 +01:00
i think i forgot something
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2528 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4cb7f2f490
commit
44ada0c514
@ -224,8 +224,8 @@ void VertexShaderManager::SetConstants(bool proj_hax_1, bool proj_hax_2)
|
|||||||
g_fProjectionMatrix[11] = -(1.0f - xfregs.rawProjection[5]);
|
g_fProjectionMatrix[11] = -(1.0f - xfregs.rawProjection[5]);
|
||||||
|
|
||||||
// R844 Hack
|
// R844 Hack
|
||||||
if (!proj_hax_1 && proj_hax_2)
|
//if (!proj_hax_1 && proj_hax_2)
|
||||||
g_fProjectionMatrix[11] = xfregs.rawProjection[5];
|
// g_fProjectionMatrix[11] = xfregs.rawProjection[5];
|
||||||
//--------------------------------
|
//--------------------------------
|
||||||
|
|
||||||
g_fProjectionMatrix[12] = 0.0f;
|
g_fProjectionMatrix[12] = 0.0f;
|
||||||
@ -282,8 +282,8 @@ void VertexShaderManager::SetConstants(bool proj_hax_1, bool proj_hax_2)
|
|||||||
|
|
||||||
//--------------------------------
|
//--------------------------------
|
||||||
|
|
||||||
g_fProjectionMatrix[12] = 0;
|
g_fProjectionMatrix[12] = 0.0f;
|
||||||
g_fProjectionMatrix[13] = 0;
|
g_fProjectionMatrix[13] = 0.0f;
|
||||||
g_fProjectionMatrix[14] = 0.0f;
|
g_fProjectionMatrix[14] = 0.0f;
|
||||||
g_fProjectionMatrix[15] = 1.0f;
|
g_fProjectionMatrix[15] = 1.0f;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user