mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
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:
parent
ac2ebd264d
commit
0f555d3a47
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue