mirror of https://github.com/PCSX2/pcsx2.git
gsdx debug: more log
This commit is contained in:
parent
b36dfb356e
commit
9cd4984f7c
|
@ -1510,7 +1510,7 @@ void GSState::FlushPrim()
|
|||
{
|
||||
if(m_index.tail > 0)
|
||||
{
|
||||
GL_REG("FlushPrim");
|
||||
GL_REG("FlushPrim ctxt %d", PRIM->CTXT);
|
||||
|
||||
GSVertex buff[2];
|
||||
s_n++;
|
||||
|
|
|
@ -333,9 +333,10 @@ GSTextureCache::Source* GSTextureCache::LookupSource(const GIFRegTEX0& TEX0, con
|
|||
src = CreateSource(TEX0, TEXA, dst, half_right);
|
||||
|
||||
} else {
|
||||
GL_CACHE("TC: src hit: %d (0x%x, %s)",
|
||||
GL_CACHE("TC: src hit: %d (0x%x, 0x%x, %s)",
|
||||
src->m_texture ? src->m_texture->GetID() : 0,
|
||||
TEX0.TBP0, psm_str(TEX0.PSM));
|
||||
TEX0.TBP0, psm_s.pal > 0 ? TEX0.CBP : 0,
|
||||
psm_str(TEX0.PSM));
|
||||
}
|
||||
|
||||
if (src->m_palette)
|
||||
|
|
Loading…
Reference in New Issue