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:
zakk4223
2020-03-08 11:54:14 -04:00
committed by GitHub
parent 1ba97325e4
commit caca70296a
6 changed files with 21 additions and 12 deletions

View File

@@ -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();