add a log note when creating a backup state

This commit is contained in:
zeromus 2020-12-09 23:09:32 -05:00
parent dc60f82ace
commit e5a7fbe634
1 changed files with 1 additions and 0 deletions

View File

@ -748,6 +748,7 @@ void loadstate_slot(int num)
}
seed++;
savestate_save(fname.c_str());
printf("Creating backup of current state prior to loadstate as path: %s\n",fname.c_str());
break;
}
}