mirror of https://github.com/PCSX2/pcsx2.git
gsdx-ogl: disable a log message
Too verbose and code was fixed anyway
This commit is contained in:
parent
9fe13f7a6b
commit
995ae51bf4
|
@ -536,7 +536,7 @@ void GSRendererOGL::DrawPrims(GSTexture* rt, GSTexture* ds, GSTextureCache::Sour
|
|||
: (context->TEX0.PSM == 0x24) ? 2
|
||||
: (context->TEX0.PSM == 0x2C) ? 1
|
||||
: 0;
|
||||
GL_INS("Use palette with format %d and index format %d", ps_sel.fmt, ps_sel.ifmt);
|
||||
//GL_INS("Use palette with format %d and index format %d", ps_sel.fmt, ps_sel.ifmt);
|
||||
} else {
|
||||
ps_sel.fmt = cpsm.fmt;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue