mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-05 22:55:04 -06:00
gl: Silence warnings
This commit is contained in:
parent
3fe8499956
commit
05dc6ad610
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user