Screenshot capability of Software rasterizer for feature completness.

This commit is contained in:
Ryan Houdek
2013-11-15 22:07:08 -06:00
parent 23c84c220f
commit e8a4cc0f71
4 changed files with 33 additions and 5 deletions

View File

@ -236,7 +236,8 @@ u32 VideoSoftware::Video_GetQueryResult(PerfQueryType type)
bool VideoSoftware::Video_Screenshot(const char *_szFilename)
{
return false;
SWRenderer::SetScreenshot(_szFilename);
return true;
}
// -------------------------------