1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Process unsupported blend modes only in two cycles mode.

This commit is contained in:
Sergey Lipskiy 2018-02-23 14:06:09 +07:00
parent d2d0e9aafc
commit 08d3bff7ba

View File

@ -443,6 +443,9 @@ void _legacySetBlendMode()
bool GraphicsDrawer::_setUnsupportedBlendMode() const
{
if (gDP.otherMode.cycleType != G_CYC_2CYCLE)
return false;
// Modes, which shader blender can't emulate
const u32 mode = _SHIFTR(gDP.otherMode.l, 16, 16);
switch (mode) {