VertexShaderManager: Rename projection hack variables

This commit is contained in:
MerryMage
2017-06-11 14:37:18 +01:00
parent 44f2420517
commit f8a99ca192
5 changed files with 47 additions and 30 deletions

View File

@ -50,7 +50,7 @@
void VideoConfig::UpdateProjectionHack()
{
::UpdateProjectionHack(g_Config.iPhackvalue, g_Config.sPhackvalue);
::UpdateProjectionHack(g_Config.phack);
}
namespace OGL