mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
Minor OSD on screenshot tinkle.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2454 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -318,4 +318,9 @@ void Video_Screenshot(const char *_szFilename)
|
||||
{
|
||||
if(ScreenShot(_szFilename) != S_OK)
|
||||
PanicAlert("Error while capturing screen");
|
||||
else {
|
||||
std::string message = "Saved ";
|
||||
message += _szFilename;
|
||||
Renderer::AddMessage(message, 2000);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user