Merge pull request #790 from lioncash/ogl-cleanup

Small OGL cleanup
This commit is contained in:
Lioncash 2014-08-17 15:17:04 -04:00
commit 15a3b30e27
16 changed files with 225 additions and 94 deletions

View file

@ -226,8 +226,8 @@ void VideoBackend::Shutdown()
GLInterface->Shutdown();
}
void VideoBackend::Video_Cleanup() {
void VideoBackend::Video_Cleanup()
{
if (g_renderer)
{
s_efbAccessRequested = false;