mirror of https://github.com/PCSX2/pcsx2.git
gsdx: be debug friendly
This commit is contained in:
parent
a83b8d62ec
commit
46ff5dccff
|
@ -121,7 +121,7 @@ bool GSRenderer::Merge(int field)
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
GL_PUSH("Renderer Merge");
|
GL_PUSH("Renderer Merge %d", s_n);
|
||||||
|
|
||||||
// try to avoid fullscreen blur, could be nice on tv but on a monitor it's like double vision, hurts my eyes (persona 4, guitar hero)
|
// try to avoid fullscreen blur, could be nice on tv but on a monitor it's like double vision, hurts my eyes (persona 4, guitar hero)
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue