From db67ecb03c9a287e304e0abdd84169dee79ea7c9 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Thu, 27 Nov 2008 15:57:03 +0000 Subject: [PATCH] Oops! I accidentally left in a debug logging option in the last revision that would cause the pcsx2 console to be spammed 60 times a second in Debug and Release builds. >_< git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@366 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/GS.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/GS.cpp b/pcsx2/GS.cpp index 9ab82b7ebf..3af8b84037 100644 --- a/pcsx2/GS.cpp +++ b/pcsx2/GS.cpp @@ -1484,7 +1484,7 @@ extern "C" void GSPostVsyncEnd() { #ifdef PCSX2_DEVBUILD InterlockedIncrement( (volatile LONG*)&g_pGSvSyncCount ); - SysPrintf( " Sending VSync : %d \n", *(volatile LONG*)&g_pGSvSyncCount ); + //SysPrintf( " Sending VSync : %d \n", *(volatile LONG*)&g_pGSvSyncCount ); #endif GSRingBufSimplePacket(GS_RINGTYPE_VSYNC, (*(u32*)(PS2MEM_GS+0x1000)&0x2000), 0, 0); if( !CHECK_DUALCORE ) GS_SETEVENT();