mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VideoCommon: Drop SetDitherMode()
It was a no-op on all backends apart from GL anyhow.
This commit is contained in:
@ -19,7 +19,6 @@ void SetGenerationMode();
|
||||
void SetScissor();
|
||||
void SetDepthMode();
|
||||
void SetBlendMode();
|
||||
void SetDitherMode();
|
||||
void SetLogicOpMode();
|
||||
void SetColorMask();
|
||||
void ClearScreen(const EFBRectangle& rc);
|
||||
|
Reference in New Issue
Block a user