mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
attempt to fix burnin (MT #05173). nw.
This commit is contained in:
parent
4d45aa5f72
commit
af383b7325
@ -1007,7 +1007,7 @@ void screen_device::finalize_burnin()
|
||||
|
||||
// compute the name and create the file
|
||||
emu_file file(machine().options().snapshot_directory(), OPEN_FLAG_WRITE | OPEN_FLAG_CREATE | OPEN_FLAG_CREATE_PATHS);
|
||||
file_error filerr = file.open(machine().basename(), PATH_SEPARATOR "burnin-", tag(), ".png") ;
|
||||
file_error filerr = file.open(machine().basename(), PATH_SEPARATOR "burnin-", this->tag()+1, ".png") ;
|
||||
if (filerr == FILERR_NONE)
|
||||
{
|
||||
png_info pnginfo = { 0 };
|
||||
|
Loading…
Reference in New Issue
Block a user