mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
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:
parent
4ca98e53a6
commit
75504b3f5e
7 changed files with 34 additions and 31 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue