Remove two references to DX9 in VideoCommon.

DX9 isn't a backend anymore, so may as well get rid of them
This commit is contained in:
Lioncash
2014-01-29 14:39:13 -05:00
parent ac2ebd264d
commit 0f555d3a47
2 changed files with 2 additions and 3 deletions

View File

@ -459,7 +459,7 @@ void VertexShaderManager::SetConstants()
projection hack for metroid other m...attempt to remove black projection layer from cut scenes.
g_fProjectionMatrix[15] = 1.0f was the default setting before
this hack was added...setting g_fProjectionMatrix[14] to -1 might make the hack more stable, needs more testing.
Only works for OGL and DX9...this is not helping DX11
Only works for OGL...this is not helping DX11
*/
g_fProjectionMatrix[14] = 0.0f;