gl: Silence warnings

This commit is contained in:
kd-11 2020-07-05 16:11:45 +03:00 committed by kd-11
parent 3fe8499956
commit 05dc6ad610

View File

@ -597,6 +597,10 @@ void GLGSRender::clear_surface(u32 arg)
colormask = rsx::get_abgr8_colormask(colormask); colormask = rsx::get_abgr8_colormask(colormask);
break; break;
} }
default:
{
break;
}
} }
if (colormask) if (colormask)