mirror of https://github.com/stella-emu/stella.git
1st part of implementing blended screenshots (see #395)
This commit is contained in:
parent
bef5caafa5
commit
dd81940e3d
|
@ -361,6 +361,8 @@ void PNGLibrary::takeSnapshot(uInt32 number)
|
|||
myOSystem.frameBuffer().enableMessages(false);
|
||||
myOSystem.frameBuffer().tiaSurface().reRender();
|
||||
|
||||
|
||||
|
||||
string message = "Snapshot saved";
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue