mirror of https://github.com/PCSX2/pcsx2.git
Small change - removed 2 console logs from release builds
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@528 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
d97cde6583
commit
460a2b4edf
|
@ -853,7 +853,7 @@ void mmap_MarkCountedRamPage(void* ptr,u32 vaddr)
|
|||
|
||||
void mmap_ResetBlockTracking()
|
||||
{
|
||||
Console::WriteLn("vtlb/mmap: Block Tracking reset...");
|
||||
DevCon::WriteLn("vtlb/mmap: Block Tracking reset...");
|
||||
memzero_obj(psMPWC);
|
||||
for(u32 i=0;i<(Ps2MemSize::Base>>12);i++)
|
||||
{
|
||||
|
|
|
@ -1150,7 +1150,7 @@ static VuBaseBlock* SuperVUBuildBlocks(VuBaseBlock* parent, u32 startpc, const V
|
|||
((ppprevinst->regs[0].VIwrite & pinst->regs[0].VIread) & 0xffff) == ((ppprevinst->regs[0].VIwrite & pprevinst->regs[0].VIread) & 0xffff) &&
|
||||
!(ppprevinst->regs[0].VIread&((1<<REG_STATUS_FLAG)|(1<<REG_MAC_FLAG)|(1<<REG_CLIP_FLAG)))) {
|
||||
|
||||
Console::WriteLn("supervu: 2 cycle branch delay detected: %x %x", params pc, s_pFnHeader->startpc);
|
||||
DevCon::WriteLn("supervu: 2 cycle branch delay detected: %x %x", params pc, s_pFnHeader->startpc);
|
||||
|
||||
// ignore if prev instruction is ILW or ILWR (xenosaga 2)
|
||||
lowercode = *(int*)&VU->Micro[pc-24];
|
||||
|
|
Loading…
Reference in New Issue