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:
@@ -1583,3 +1583,10 @@ direntext_t* flist_SelectedItem()
|
||||
{
|
||||
return &DirItem[iSelectedEntry];
|
||||
}
|
||||
|
||||
bool isMraName(char *path)
|
||||
{
|
||||
char *spl = strrchr(path, '.');
|
||||
return (spl && !strcmp(spl, ".mra"));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user