mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06: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