mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
5bbdb68896
commit
1be80fbe53
|
@ -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 )
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue