mirror of
https://github.com/Oibaf66/uae-wii.git
synced 2024-11-21 18:19:17 +01:00
Two small bug fixes: sentence too long to be displayed and hd name displayed with too many slashes
This commit is contained in:
parent
f4eca57d7b
commit
0ce3d6ef5c
@ -797,13 +797,15 @@ static int cfgfile_parse_host (struct uae_prefs *p, char *option, char *value)
|
||||
return 1;
|
||||
#ifdef GEKKO
|
||||
if (cfgfile_path_noexpand (option, value, "floppy_path"))
|
||||
return 1;
|
||||
if (cfgfile_path_noexpand (option, value, "hardfile_path"))
|
||||
return 1;
|
||||
#else
|
||||
if (cfgfile_path (option, value, "floppy_path"))
|
||||
return 1;
|
||||
#endif
|
||||
if (cfgfile_path (option, value, "hardfile_path"))
|
||||
return 1;
|
||||
#endif
|
||||
#ifdef SAVESTATE
|
||||
if (cfgfile_path (option, value, "savestate_path"))
|
||||
return 1;
|
||||
|
@ -193,7 +193,7 @@ static const char *other_messages[] = {
|
||||
};
|
||||
|
||||
static const char *save_conf_messages[] = {
|
||||
/*00*/ "Save conf file to load at start up (uaerc.saved)",
|
||||
/*00*/ "Save conf file to load at start (uaerc.saved)",
|
||||
/*01*/ " ",
|
||||
/*02*/ "Save confs file 1",
|
||||
/*03*/ " ",
|
||||
|
Loading…
Reference in New Issue
Block a user