diff options
Diffstat (limited to 'Source/Core/VideoCommon/VertexShaderGen.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VertexShaderGen.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Core/VideoCommon/VertexShaderGen.cpp b/Source/Core/VideoCommon/VertexShaderGen.cpp index 5512b0f1c4..41512cd489 100644 --- a/Source/Core/VideoCommon/VertexShaderGen.cpp +++ b/Source/Core/VideoCommon/VertexShaderGen.cpp @@ -74,8 +74,8 @@ VertexShaderUid GetVertexShaderUid() return out; } -void WriteTexCoordTransforms(APIType api_type, const ShaderHostConfig& host_config, - const vertex_shader_uid_data* uid_data, ShaderCode& out) +static void WriteTexCoordTransforms(APIType api_type, const ShaderHostConfig& host_config, + const vertex_shader_uid_data* uid_data, ShaderCode& out) { for (u32 i = 0; i < uid_data->numTexGens; ++i) { |
