From 60351c19ccb5fb48cc82e7b6b59ae291577b5560 Mon Sep 17 00:00:00 2001 From: oltolm Date: Wed, 4 Feb 2026 22:22:16 +0100 Subject: Misc: fix compiler warning: implicit declaration of function --- Source/Core/VideoBackends/D3D/D3DNativeVertexFormat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/VideoBackends') diff --git a/Source/Core/VideoBackends/D3D/D3DNativeVertexFormat.cpp b/Source/Core/VideoBackends/D3D/D3DNativeVertexFormat.cpp index 0f81db9aaa..fbb5611528 100644 --- a/Source/Core/VideoBackends/D3D/D3DNativeVertexFormat.cpp +++ b/Source/Core/VideoBackends/D3D/D3DNativeVertexFormat.cpp @@ -23,7 +23,7 @@ Gfx::CreateNativeVertexFormat(const PortableVertexDeclaration& vtx_decl) return std::make_unique(vtx_decl); } -DXGI_FORMAT VarToD3D(ComponentFormat t, int size, bool integer) +static DXGI_FORMAT VarToD3D(ComponentFormat t, int size, bool integer) { using FormatMap = Common::EnumMap; static constexpr auto f = [](FormatMap a) { return a; }; // Deduction helper -- cgit v1.2.3