mirror of
https://github.com/libretro/RetroArch
synced 2025-02-13 12:40:47 +00:00
(PS3) Fix for Cg reset context - seems to work on PS3
This commit is contained in:
parent
945a086edf
commit
56e862edf8
@ -320,10 +320,8 @@ void gl_cg_deinit(void)
|
|||||||
menu_cg_program = NULL;
|
menu_cg_program = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef __CELLOS_LV2__
|
|
||||||
cgDestroyContext(cgCtx);
|
|
||||||
cgCtx = NULL;
|
cgCtx = NULL;
|
||||||
#endif
|
cgDestroyContext(cgCtx);
|
||||||
}
|
}
|
||||||
|
|
||||||
#define SET_LISTING(type) \
|
#define SET_LISTING(type) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user