diff --git a/gfx/shader_cg.c b/gfx/shader_cg.c index fb458574a9..4effe30383 100644 --- a/gfx/shader_cg.c +++ b/gfx/shader_cg.c @@ -312,7 +312,9 @@ void gl_cg_deinit(void) } #endif +#ifndef __CELLOS_LV2__ cgDestroyContext(cgCtx); +#endif } #define SET_LISTING_INDEX(type, index) \