Correct naming of saves (still doesn't work though)

This commit is contained in:
simon.kagstrom 2009-05-22 07:34:02 +00:00
parent e0857cde1c
commit c81f0179de

View File

@ -432,7 +432,7 @@ static void amiga_model_options(void)
static void save_load_state(int which) static void save_load_state(int which)
{ {
const char *dir = prefs_get_attr("savestate_path"); const char *dir = prefs_get_attr("savestate_path");
const char *floppy0 = prefs_get_attr("floppy0"); const char *floppy0 = currprefs.df[0];
char db[256]; char db[256];
char fb[81]; char fb[81];