mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 07:16:36 +00:00
Properly deinit Cg.
This commit is contained in:
parent
d3eed4f8c4
commit
4878a283ed
@ -100,6 +100,7 @@ void gl_cg_deinit(void)
|
||||
{
|
||||
if (cg_active)
|
||||
cgDestroyContext(cgCtx);
|
||||
cg_active = false;
|
||||
}
|
||||
|
||||
bool gl_cg_init(const char *path)
|
||||
|
Loading…
Reference in New Issue
Block a user