mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Video_Software: Fix moar stuff
This commit is contained in:
@@ -820,7 +820,7 @@ void Tev::Draw()
|
||||
|
||||
INCSTAT(swstats.thisFrame.tevPixelsOut);
|
||||
|
||||
if (++SWPixelEngine::pereg.perfBlendInputLo)
|
||||
if (++SWPixelEngine::pereg.perfBlendInputLo == 0)
|
||||
SWPixelEngine::pereg.perfBlendInputHi++;
|
||||
|
||||
EfbInterface::BlendTev(Position[0], Position[1], output);
|
||||
|
||||
Reference in New Issue
Block a user