- 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:
ramapcsx2 2011-03-18 14:38:05 +00:00
parent c41d6a5c7e
commit a0396f9654
1 changed files with 1 additions and 0 deletions

View File

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