mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-23 11:18:25 +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))
|
||||
{
|
||||
#ifdef HAVE_LAKKA
|
||||
bool show_advanced_settings = settings->menu.show_advanced_settings;
|
||||
#endif
|
||||
rarch_system_info_t *system = NULL;
|
||||
|
||||
runloop_ctl(RUNLOOP_CTL_SYSTEM_INFO_GET, &system);
|
||||
|
Loading…
Reference in New Issue
Block a user