mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39: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]);
|
snprintf(buf, 255, "%s/%s", SAVES_PATH, file_list[save]);
|
||||||
if (opt == 2)
|
if (opt == 2)
|
||||||
{
|
unlink(buf);
|
||||||
/* FIXME! Delete */
|
|
||||||
}
|
|
||||||
else /* Load the snapshot */
|
else /* Load the snapshot */
|
||||||
this->LoadSnapshot(buf);
|
this->LoadSnapshot(buf);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user