archie: adjust default bios path.

This commit is contained in:
sorgelig
2019-12-13 03:34:05 +08:00
parent 7b78bd1574
commit 15e1de476a

View File

@@ -196,7 +196,7 @@ void archie_init(void)
// set config defaults
config.system_ctrl = 0;
snprintf(config.rom_img, 1024, "%s/%s", HomeDir, "RISCOS.ROM");
snprintf(config.rom_img, 1024, user_io_make_filepath(HomeDir, "RISCOS.ROM"));
// try to load config from card
int size = FileLoadConfig(CONFIG_FILENAME, 0, 0);