Put the video prepare code back, and use the existence of the g_renderer to determine if video prepare has been run or not.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7274 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice
2011-03-02 15:13:13 +00:00
parent a1055bf5bf
commit 3ffdcf1aec
6 changed files with 84 additions and 98 deletions

View File

@ -43,7 +43,7 @@
int frameCount;
int OSDChoice, OSDTime;
Renderer *g_renderer;
Renderer *g_renderer = NULL;
bool s_bLastFrameDumped = false;
Common::CriticalSection Renderer::s_criticalScreenshot;