Finally figure it all out ... Damn.

This commit is contained in:
Themaister 2011-05-26 12:34:14 +02:00
parent 3aed471d57
commit f2ad94f1c3

View File

@ -573,8 +573,6 @@ bool gl_cg_init(const char *path)
return false;
}
//cgGLSetManageTextureParameters(cgCtx, CG_TRUE);
#ifdef SSNES_CG_DEBUG
cgGLSetDebugMode(CG_TRUE);
cgSetErrorHandler(cg_error_handler, NULL);