mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Prevent unused variable warning
This commit is contained in:
parent
79bde3f9b1
commit
a5c57fe882
@ -2638,7 +2638,9 @@ static int menu_displaylist_parse_load_content_settings(
|
|||||||
|
|
||||||
if (!rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL))
|
if (!rarch_ctl(RARCH_CTL_IS_DUMMY_CORE, NULL))
|
||||||
{
|
{
|
||||||
|
#ifdef HAVE_LAKKA
|
||||||
bool show_advanced_settings = settings->menu.show_advanced_settings;
|
bool show_advanced_settings = settings->menu.show_advanced_settings;
|
||||||
|
#endif
|
||||||
rarch_system_info_t *system = NULL;
|
rarch_system_info_t *system = NULL;
|
||||||
|
|
||||||
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);
|
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user