mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 10:57:04 -05:00
Screenshot capability of Software rasterizer for feature completness.
This commit is contained in:
@@ -236,7 +236,8 @@ u32 VideoSoftware::Video_GetQueryResult(PerfQueryType type)
|
||||
|
||||
bool VideoSoftware::Video_Screenshot(const char *_szFilename)
|
||||
{
|
||||
return false;
|
||||
SWRenderer::SetScreenshot(_szFilename);
|
||||
return true;
|
||||
}
|
||||
|
||||
// -------------------------------
|
||||
|
||||
Reference in New Issue
Block a user