mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-23 19:54:39 +00:00
(frontend) HAVE_BB10 should also have HAVE_MEHU defined
This commit is contained in:
parent
e3ebfbffa9
commit
d1b69f4c43
@ -190,7 +190,7 @@ returntype main_entry(signature())
|
||||
if ((init_ret = rarch_main_init(argc, argv))) return_var(init_ret);
|
||||
}
|
||||
|
||||
#if defined(HAVE_MENU) || defined(HAVE_BB10)
|
||||
#if defined(HAVE_MENU)
|
||||
menu_init();
|
||||
|
||||
if (frontend_ctx && frontend_ctx->process_args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user