From e6e89922189b45c3b85430940e127db16cbfc029 Mon Sep 17 00:00:00 2001 From: "Jake.Stine" Date: Fri, 6 Aug 2010 13:24:10 +0000 Subject: [PATCH] GSnull: Fix compilation errors in Win32 and Debug builds. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3614 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/GSnull/GifTransfer.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/plugins/GSnull/GifTransfer.cpp b/plugins/GSnull/GifTransfer.cpp index 9f9160283e..0060ceb980 100644 --- a/plugins/GSnull/GifTransfer.cpp +++ b/plugins/GSnull/GifTransfer.cpp @@ -28,21 +28,16 @@ extern GSVars gs; PCSX2_ALIGNED16( u8 g_RealGSMem[0x2000] ); - template 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);