Add support for booting mra files via bootcore ini setting. Includes lastcore/lastexactcore functionality
Co-authored-by: Zakk <zakk@rsdio.com>
This commit is contained in:
@@ -718,7 +718,7 @@ void user_io_init(const char *path, const char *xml)
|
||||
MiSTer_ini_parse();
|
||||
if (cfg.bootcore[0] != '\0')
|
||||
{
|
||||
bootcore_init(path);
|
||||
bootcore_init(xml ? xml : path);
|
||||
}
|
||||
|
||||
video_mode_load();
|
||||
|
||||
Reference in New Issue
Block a user