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

@@ -161,13 +161,7 @@ char *findCore(const char *name, char *coreName, int indent)
}
void bootcore_init(const char *path)
{
MiSTer_ini_parse();
if (cfg.bootcore[0] == '\0')
{
return;
}
{
char *auxpointer;
char auxstr[256];
char bootcore[256];