(PS3) Fixed the crash at SYSUTIL_REQUEST_EXITGAME triggering
This commit is contained in:
parent
61019ac48c
commit
1160aeed3d
|
@ -320,8 +320,10 @@ void gl_cg_deinit(void)
|
||||||
menu_cg_program = NULL;
|
menu_cg_program = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef __CELLOS_LV2__
|
||||||
cgDestroyContext(cgCtx);
|
cgDestroyContext(cgCtx);
|
||||||
cgCtx = NULL;
|
cgCtx = NULL;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#define SET_LISTING(type) \
|
#define SET_LISTING(type) \
|
||||||
|
|
Loading…
Reference in New Issue