mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-01 06:31:39 +00:00
Video_Software: Fix moar stuff
This commit is contained in:
parent
49d1da5e7e
commit
3d56ce18fb
1 changed files with 1 additions and 1 deletions
|
@ -820,7 +820,7 @@ void Tev::Draw()
|
||||||
|
|
||||||
INCSTAT(swstats.thisFrame.tevPixelsOut);
|
INCSTAT(swstats.thisFrame.tevPixelsOut);
|
||||||
|
|
||||||
if (++SWPixelEngine::pereg.perfBlendInputLo)
|
if (++SWPixelEngine::pereg.perfBlendInputLo == 0)
|
||||||
SWPixelEngine::pereg.perfBlendInputHi++;
|
SWPixelEngine::pereg.perfBlendInputHi++;
|
||||||
|
|
||||||
EfbInterface::BlendTev(Position[0], Position[1], output);
|
EfbInterface::BlendTev(Position[0], Position[1], output);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue