提交 ffd80449 编写于 作者: Z Zachary Lund

Added gl_update (does nothing for now).

Fix previous commit..
上级 3dc2024c
......@@ -233,6 +233,12 @@ void device_leavecontext(device_t device)
blog(LOG_ERROR, "Failed to reset current context.");
}
}
void gl_update(device_t device)
{
/* I don't know of anything we can do here. */
}
void device_load_swapchain(device_t device, swapchain_t swap)
{
if(!swap)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册