diff options
Diffstat (limited to 'Source/Core/VideoCommon/Src/BPFunctions.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/Src/BPFunctions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
