提交 f025cd6f 编写于 作者: J jp9000

GL: Mark unused 'device' parameter for flush

上级 d76c7751
......@@ -975,6 +975,8 @@ void device_clear(device_t device, uint32_t clear_flags,
void device_flush(device_t device)
{
glFlush();
UNUSED_PARAMETER(device);
}
void device_setcullmode(device_t device, enum gs_cull_mode mode)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册