mirror of
https://github.com/libretro/RetroArch
synced 2025-02-12 00:40:26 +00:00
Qt: there is no core info with --disable-menu
This commit is contained in:
parent
8343cf2680
commit
22598feca3
@ -1909,6 +1909,8 @@ void MainWindow::setCoreActions()
|
||||
|
||||
core_info_get_list(&coreInfoList);
|
||||
|
||||
if (coreInfoList)
|
||||
{
|
||||
for (j = 0; j < coreInfoList->count; j++)
|
||||
{
|
||||
const core_info_t *info = &coreInfoList->list[j];
|
||||
@ -1944,6 +1946,7 @@ void MainWindow::setCoreActions()
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (!allPlaylists)
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user