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

This reverts commit 56e862edf8616bc09570ca105d399010b1e9ebc0.
Implementation is not quite correct.
This commit is contained in:
Themaister 2012-02-02 20:42:20 +01:00
parent e3a2ab0347
commit 18c259e19a

View File

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