Added gl_update (does nothing for now).

Fix previous commit..
master
Zachary Lund 2014-01-04 00:48:41 -06:00
parent 3dc2024c8f
commit ffd80449d3
1 changed files with 6 additions and 0 deletions

View File

@ -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)