mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01: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);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
{
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (colormask)
|
||||
|
|
|
|||
Loading…
Reference in a new issue