mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-31 17:04:40 -04:00
BPFunctions: Remove an unused method
This commit is contained in:
@@ -244,12 +244,6 @@ 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);
|
||||
}
|
||||
|
||||
void SetInterlacingMode(const BPCmd &bp)
|
||||
{
|
||||
// TODO
|
||||
|
||||
Reference in New Issue
Block a user