mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
Fix potential segfault if rgui->info is broken.
This commit is contained in:
parent
f61cc333e9
commit
085929a40d
@ -403,7 +403,7 @@ void load_menu_game_prepare(void)
|
||||
|
||||
menu_rom_history_push(*g_extern.fullpath ? g_extern.fullpath : NULL,
|
||||
g_settings.libretro,
|
||||
rgui->info.library_name);
|
||||
rgui->info.library_name ? rgui->info.library_name : "");
|
||||
}
|
||||
|
||||
#ifdef HAVE_RGUI
|
||||
|
Loading…
x
Reference in New Issue
Block a user