fix bootcore

This commit is contained in:
Aitor Gómez
2019-03-20 20:01:53 +01:00
committed by GitHub
parent 556765fb10
commit 674c9d49b0
3 changed files with 7 additions and 10 deletions

View File

@@ -24,6 +24,7 @@
#include "brightness.h"
#include "sxmlc.h"
#include "tzx2wav.h"
#include "bootcore.h"
#include "support.h"
@@ -501,6 +502,10 @@ void user_io_init(const char *path)
}
MiSTer_ini_parse();
if (cfg.bootcore[0] != '\0')
{
bootcore_init(path);
}
parse_video_mode();
FileLoadConfig("Volume.dat", &vol_att, 1);
vol_att &= 0x1F;