Fix nowx Debug build. Yes, people use that\!

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7182 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
NeoBrainX
2011-02-16 12:09:39 +00:00
parent 160f3304d2
commit e9f3d50eca
2 changed files with 10 additions and 4 deletions

View File

@ -29,6 +29,11 @@
//void UpdateFPSDisplay(const char *text);
extern NativeVertexFormat *g_nativeVertexFmt;
GFXDebuggerBase *g_pdebugger = NULL;
volatile bool GFXDebuggerPauseFlag = false;
volatile PauseEvent GFXDebuggerToPauseAtNext = NOT_PAUSE;
volatile int GFXDebuggerEventToPauseCount = 0;
void GFXDebuggerUpdateScreen()
{
// TODO: Implement this in a backend-independent way