add a log note when creating a backup state
This commit is contained in:
parent
dc60f82ace
commit
e5a7fbe634
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue