gsdx debug: more log

This commit is contained in:
Gregory Hainaut 2016-10-06 00:11:35 +02:00
parent b36dfb356e
commit 9cd4984f7c
2 changed files with 4 additions and 3 deletions

View File

@ -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++;

View File

@ -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)