mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
VertexShaderManager: Rename projection hack variables
This commit is contained in:
parent
44f2420517
commit
f8a99ca192
5 changed files with 47 additions and 30 deletions
|
@ -50,7 +50,7 @@
|
|||
|
||||
void VideoConfig::UpdateProjectionHack()
|
||||
{
|
||||
::UpdateProjectionHack(g_Config.iPhackvalue, g_Config.sPhackvalue);
|
||||
::UpdateProjectionHack(g_Config.phack);
|
||||
}
|
||||
|
||||
namespace OGL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue