This commit is contained in:
Glenn Maynard
2005-05-19 20:43:06 +00:00
parent 846a4bd6ae
commit f9b18c7a64
+2 -3
View File
@@ -1235,10 +1235,9 @@ CString SaveScreenshot( CString sDir, bool bSaveCompressed, bool bMakeSignature,
}
//
// Save the screenshot
// Save the screenshot. If writing lossy to a memcard, use SAVE_LOSSY_LOW_QUAL, so we
// don't eat up lots of space.
//
/* If writing lossy to a memcard, use SAVE_LOSSY_LOW_QUAL, so we don't eat up
* lots of space with screenshots. */
RageDisplay::GraphicsFileFormat fmt;
if( bSaveCompressed && MEMCARDMAN->PathIsMemCard(sDir) )
fmt = RageDisplay::SAVE_LOSSY_LOW_QUAL;