GSnull: Fix compilation errors in Win32 and Debug builds.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3614 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
Jake.Stine 2010-08-06 13:24:10 +00:00
parent 527b589f79
commit e6e8992218
1 changed files with 2 additions and 7 deletions

View File

@ -28,21 +28,16 @@ extern GSVars gs;
PCSX2_ALIGNED16( u8 g_RealGSMem[0x2000] );
template<int index> void _GSgifTransfer(const u32 *pMem, u32 size)
{
// FUNCLOG
pathInfo *path = &gs.path[index];
#ifdef _WIN32
assert(g_hCurrentThread == GetCurrentThread());
#endif
#ifdef _DEBUG
gifTransferLog(index, pMem, size);
// [TODO] : Implement looging facilities?
//gifTransferLog(index, pMem, size);
#endif
while (size > 0)
{
//LOG(_T("Transfer(%08x, %d) START\n"), pMem, size);