mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-16 07:16:36 +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;
|
||||
}
|
||||
|
||||
#ifndef __CELLOS_LV2__
|
||||
cgDestroyContext(cgCtx);
|
||||
cgCtx = NULL;
|
||||
#endif
|
||||
cgDestroyContext(cgCtx);
|
||||
}
|
||||
|
||||
#define SET_LISTING(type) \
|
||||
|
Loading…
Reference in New Issue
Block a user