We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c694310 commit 698c74eCopy full SHA for 698c74e
1 file changed
support/zaparoo/menu_rbf.cpp
@@ -23,7 +23,6 @@ bool is_menu_rbf(const char *name)
23
bool is_bootcore_menu_rbf(const char *name)
24
{
25
if (!name || !name[0]) return false;
26
- if (!strcasecmp(name, "menu.rbf")) return true;
27
const char *base = strrchr(s_menu_rbf_path, '/');
28
base = base ? base + 1 : s_menu_rbf_path;
29
return base[0] && !strcasecmp(name, base);
0 commit comments