mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 11:29:24 +01:00
Delete saves implemented
This commit is contained in:
parent
7173ef72dc
commit
de12b0e4bd
@ -298,9 +298,7 @@ void C64::save_load_state(Prefs *np)
|
||||
|
||||
snprintf(buf, 255, "%s/%s", SAVES_PATH, file_list[save]);
|
||||
if (opt == 2)
|
||||
{
|
||||
/* FIXME! Delete */
|
||||
}
|
||||
unlink(buf);
|
||||
else /* Load the snapshot */
|
||||
this->LoadSnapshot(buf);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user