mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
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:
parent
e3a2ab0347
commit
18c259e19a
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user