mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-25 12:06:55 +01:00
Correct naming of saves (still doesn't work though)
This commit is contained in:
parent
e0857cde1c
commit
c81f0179de
@ -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];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user