mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Add an OSD message when taking screenshots in D3D9/D3D11
Fixes issue 6486.
This commit is contained in:
@ -742,6 +742,7 @@ bool Renderer::SaveScreenshot(const std::string &filename, const TargetRectangle
|
||||
PanicAlert("Error saving screen.");
|
||||
return false;
|
||||
}
|
||||
OSD::AddMessage(StringFromFormat("Saved %i x %i %s", dst_rect.GetWidth(), dst_rect.GetHeight(), filename.c_str()));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user