mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-01 10:20:33 +00:00
BPFunctions: Remove an unused method
This commit is contained in:
parent
4f4e3fad85
commit
56228cea5d
@ -244,12 +244,6 @@ u8 *GetPointer(const u32 &address)
|
|||||||
return Memory::GetPointer(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)
|
void SetInterlacingMode(const BPCmd &bp)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
|
@ -37,6 +37,5 @@ void ClearScreen(const EFBRectangle &rc);
|
|||||||
void OnPixelFormatChange();
|
void OnPixelFormatChange();
|
||||||
u8 *GetPointer(const u32 &address);
|
u8 *GetPointer(const u32 &address);
|
||||||
bool GetConfig(const int &type);
|
bool GetConfig(const int &type);
|
||||||
void SetTextureMode(const BPCmd &bp);
|
|
||||||
void SetInterlacingMode(const BPCmd &bp);
|
void SetInterlacingMode(const BPCmd &bp);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user