mirror of https://github.com/PCSX2/pcsx2.git
GSdx:
- Toggling mipmapping prints a message to console now. Easier to test this way :) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4451 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
c41d6a5c7e
commit
a0396f9654
|
@ -516,6 +516,7 @@ void GSRenderer::KeyEvent(GSKeyEventData* e)
|
|||
return;
|
||||
case VK_INSERT:
|
||||
m_mipmap = !m_mipmap;
|
||||
printf("GSdx: (Software) mipmapping is now %s.\n", m_mipmap ? "enabled" : "disabled");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue