mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +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
|
@ -152,10 +152,6 @@ static void BPWritten(const BPCmd& bp)
|
|||
if (bp.changes & 0xF002) // logicopenable | logicmode
|
||||
SetLogicOpMode();
|
||||
|
||||
// Set Dithering Mode
|
||||
if (bp.changes & 4) // dither
|
||||
SetDitherMode();
|
||||
|
||||
// Set Color Mask
|
||||
if (bp.changes & 0x18) // colorupdate | alphaupdate
|
||||
SetColorMask();
|
||||
|
@ -1383,7 +1379,6 @@ void BPReload()
|
|||
SetScissor();
|
||||
SetDepthMode();
|
||||
SetLogicOpMode();
|
||||
SetDitherMode();
|
||||
SetBlendMode();
|
||||
SetColorMask();
|
||||
OnPixelFormatChange();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue