mirror of https://github.com/PCSX2/pcsx2.git
gsdx small nitpick
This commit is contained in:
parent
0b86aad059
commit
fb2182dd9b
|
@ -332,7 +332,7 @@ GSTextureCache::Source* GSTextureCache::LookupSource(const GIFRegTEX0& TEX0, con
|
||||||
{
|
{
|
||||||
#ifdef ENABLE_OGL_DEBUG
|
#ifdef ENABLE_OGL_DEBUG
|
||||||
if (dst) {
|
if (dst) {
|
||||||
GL_CACHE("TC: dst %s hit (%s): %d (0x%x, %s", to_string(dst->m_type), half_right ? "half" : "full",
|
GL_CACHE("TC: dst %s hit (%s): %d (0x%x, %s)", to_string(dst->m_type), half_right ? "half" : "full",
|
||||||
dst->m_texture ? dst->m_texture->GetID() : 0,
|
dst->m_texture ? dst->m_texture->GetID() : 0,
|
||||||
TEX0.TBP0, psm_str(TEX0.PSM));
|
TEX0.TBP0, psm_str(TEX0.PSM));
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue