mirror of
https://github.com/libretro/RetroArch
synced 2025-01-13 06:43:07 +00:00
(PS3) Fixed the crash at SYSUTIL_REQUEST_EXITGAME triggering
This commit is contained in:
parent
f9de1a8831
commit
a07514c88b
@ -320,8 +320,10 @@ void gl_cg_deinit(void)
|
||||
menu_cg_program = NULL;
|
||||
}
|
||||
|
||||
#ifndef __CELLOS_LV2__
|
||||
cgDestroyContext(cgCtx);
|
||||
cgCtx = NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
#define SET_LISTING(type) \
|
||||
|
Loading…
Reference in New Issue
Block a user