mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-25 08:59:58 +00:00
gl_cg_invalidate_context.
This commit is contained in:
parent
678269039b
commit
a13684c80c
@ -1306,3 +1306,8 @@ bool gl_cg_save_cgp(const char *path, const struct gl_cg_cgp_info *info)
|
||||
return true;
|
||||
}
|
||||
|
||||
void gl_cg_invalidate_context(void)
|
||||
{
|
||||
cgCtx = NULL;
|
||||
}
|
||||
|
||||
|
@ -68,5 +68,6 @@ struct gl_cg_cgp_info
|
||||
};
|
||||
|
||||
bool gl_cg_save_cgp(const char *path, const struct gl_cg_cgp_info *info);
|
||||
void gl_cg_invalidate_context(void); // Call when resetting GL context on PS3.
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user