Added message when saving screenshot.
This commit is contained in:
parent
259f474ec7
commit
494f02c306
1 changed files with 2 additions and 1 deletions
|
@ -450,7 +450,8 @@ namespace NES
|
|||
counter++;
|
||||
}
|
||||
|
||||
PNGWriter::WritePNG(ssFilename, (uint8_t*)frameBuffer, 256, 240);
|
||||
PNGWriter::WritePNG(ssFilename, (uint8_t*)frameBuffer, 256, 240);
|
||||
Console::DisplayMessage(L"Screenshot saved.");
|
||||
}
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue