(PS3) Fixed the crash at SYSUTIL_REQUEST_EXITGAME triggering

This commit is contained in:
TwinAphex51224 2012-01-25 23:47:30 +01:00 committed by Themaister
parent f9de1a8831
commit a07514c88b

View File

@ -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) \