summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Assets/ShaderAsset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core/VideoCommon/Assets/ShaderAsset.cpp')
-rw-r--r--Source/Core/VideoCommon/Assets/ShaderAsset.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Core/VideoCommon/Assets/ShaderAsset.cpp b/Source/Core/VideoCommon/Assets/ShaderAsset.cpp
index e58b9bfbb6..9a31421334 100644
--- a/Source/Core/VideoCommon/Assets/ShaderAsset.cpp
+++ b/Source/Core/VideoCommon/Assets/ShaderAsset.cpp
@@ -14,9 +14,9 @@
namespace VideoCommon
{
-bool ParseShaderProperties(const VideoCommon::CustomAssetLibrary::AssetID& asset_id,
- const picojson::array& properties_data,
- std::map<std::string, VideoCommon::ShaderProperty>* shader_properties)
+static bool ParseShaderProperties(const CustomAssetLibrary::AssetID& asset_id,
+ const picojson::array& properties_data,
+ std::map<std::string, ShaderProperty>* shader_properties)
{
if (!shader_properties) [[unlikely]]
return false;