mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 13:48:56 +00:00
VideoCommon: Drop SetDitherMode()
It was a no-op on all backends apart from GL anyhow.
This commit is contained in:
parent
9dc7358395
commit
ddc5275071
10 changed files with 1 additions and 28 deletions
|
@ -74,10 +74,7 @@ void SetBlendMode()
|
|||
{
|
||||
g_renderer->SetBlendMode(false);
|
||||
}
|
||||
void SetDitherMode()
|
||||
{
|
||||
g_renderer->SetDitherMode();
|
||||
}
|
||||
|
||||
void SetLogicOpMode()
|
||||
{
|
||||
g_renderer->SetLogicOpMode();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue