(PS3) Fix for Cg reset context - seems to work on PS3

This commit is contained in:
TwinAphex51224 2012-02-02 13:13:16 +01:00
parent 945a086edf
commit 56e862edf8

View File

@ -320,10 +320,8 @@ void gl_cg_deinit(void)
menu_cg_program = NULL;
}
#ifndef __CELLOS_LV2__
cgDestroyContext(cgCtx);
cgCtx = NULL;
#endif
cgDestroyContext(cgCtx);
}
#define SET_LISTING(type) \