Skip to content

Commit 698c74e

Browse files
committed
fix(zaparoo): restrict bootcore menu match
1 parent c694310 commit 698c74e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

support/zaparoo/menu_rbf.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ bool is_menu_rbf(const char *name)
2323
bool is_bootcore_menu_rbf(const char *name)
2424
{
2525
if (!name || !name[0]) return false;
26-
if (!strcasecmp(name, "menu.rbf")) return true;
2726
const char *base = strrchr(s_menu_rbf_path, '/');
2827
base = base ? base + 1 : s_menu_rbf_path;
2928
return base[0] && !strcasecmp(name, base);

0 commit comments

Comments
 (0)