mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-25 21:14:22 +01:00
Set save game name if no file is selected
This commit is contained in:
parent
3ef8d0328d
commit
cc6cb80401
@ -186,6 +186,7 @@ void C64::select_disc(Prefs *np)
|
|||||||
if (strcmp(file_list[opt], "None") == 0)
|
if (strcmp(file_list[opt], "None") == 0)
|
||||||
{
|
{
|
||||||
strcpy(np->DrivePath[0], "\0");
|
strcpy(np->DrivePath[0], "\0");
|
||||||
|
strcpy(this->save_game_name, "unknown");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user