From eae20b77a8b5205611fc778d97e4b903318d1ceb Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Wed, 20 Feb 2013 02:01:54 -0600 Subject: Remove some unneeded sampler-related calls in BPStructs. --- Source/Core/VideoCommon/Src/BPFunctions.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Core/VideoCommon/Src/BPFunctions.cpp') diff --git a/Source/Core/VideoCommon/Src/BPFunctions.cpp b/Source/Core/VideoCommon/Src/BPFunctions.cpp index b9a76ba7b6..8dd24f4ed1 100644 --- a/Source/Core/VideoCommon/Src/BPFunctions.cpp +++ b/Source/Core/VideoCommon/Src/BPFunctions.cpp @@ -248,6 +248,7 @@ u8 *GetPointer(const u32 &address) return Memory::GetPointer(address); } +// Never used. All backends call SetSamplerState in VertexManager::Flush void SetTextureMode(const BPCmd &bp) { g_renderer->SetSamplerState(bp.address & 3, (bp.address & 0xE0) == 0xA0); -- cgit v1.2.3