ReorderingMTGS: Comment out a few unused variables.

git-svn-id: http://pcsx2.googlecode.com/svn/branches/ReorderingMTGS@3505 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
arcum42 2010-07-16 23:31:28 +00:00
parent 5bbdb68896
commit 1be80fbe53
4 changed files with 4 additions and 5 deletions

View File

@ -196,7 +196,7 @@ void __fastcall WriteFIFO_page_6(u32 mem, const mem128_t *value)
nloop0_packet[2] = psHu32(GIF_FIFO + 8);
nloop0_packet[3] = psHu32(GIF_FIFO + 12);
GetMTGS().PrepDataPacket(GIF_PATH_3, 1);
u64* data = (u64*)GetMTGS().GetDataPacketPtr();
//u64* data = (u64*)GetMTGS().GetDataPacketPtr();
GIFPath_CopyTag( GIF_PATH_3, (u128*)nloop0_packet, 1 );
GetMTGS().SendDataPacket();
if(GSTransferStatus.PTH3 == STOPPED_MODE && gifRegs->stat.APATH == GIF_APATH3 )

View File

@ -163,7 +163,6 @@ static u32 WRITERING_DMA(tDMA_TAG *pMem, u32 qwc)
int _GIFchain()
{
tDMA_TAG *pMem;
int qwc = 0;
pMem = dmaGetAddr(gif->madr, false);
if (pMem == NULL)

View File

@ -639,7 +639,7 @@ void SysMtgsThread::GenericStall( uint size )
// the block about to be written (writepos + size)
uint readpos = volatize(m_ReadPos);
uint endpos = writepos+size;
//uint endpos = writepos+size;
uint freeroom;
if (writepos < readpos)

View File

@ -1258,11 +1258,11 @@ void recompileNextInstruction(int delayslot)
// Calling of this function can be enabled or disabled through the use of EmuConfig.Recompiler.PreBlockChecks
static void __fastcall PreBlockCheck( u32 blockpc )
{
static int lastrec = 0;
/*static int lastrec = 0;
static int curcount = 0;
const int skip = 0;
/*if( blockpc != 0x81fc0 ) {//&& lastrec != g_lastpc ) {
if( blockpc != 0x81fc0 ) {//&& lastrec != g_lastpc ) {
curcount++;
if( curcount > skip ) {