rsx: Rework context handling and stop leaking the GL ccontext

- GL contexts are external handles that require manual lifecycle management
This commit is contained in:
kd-11 2017-11-03 20:43:11 +03:00
parent 4ca98e53a6
commit 75504b3f5e
7 changed files with 34 additions and 31 deletions

View file

@ -836,7 +836,7 @@ void GLGSRender::on_exit()
glDeleteQueries(1, &query.handle);
}
return GSRender::on_exit();
GSRender::on_exit();
}
void GLGSRender::clear_surface(u32 arg)