diff --git a/Source/Core/VideoCommon/TextureConfig.h b/Source/Core/VideoCommon/TextureConfig.h index 462b3dddff..4e3976f938 100644 --- a/Source/Core/VideoCommon/TextureConfig.h +++ b/Source/Core/VideoCommon/TextureConfig.h @@ -79,10 +79,8 @@ struct TextureConfig AbstractTextureType type = AbstractTextureType::Texture_2DArray; }; -namespace std -{ template <> -struct hash +struct std::hash { using argument_type = TextureConfig; using result_type = size_t; @@ -95,4 +93,3 @@ struct hash return std::hash{}(id); } }; -} // namespace std