mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
setting_data_get_list - make list pointer being returned no longer static
This commit is contained in:
parent
e5ab079298
commit
7053b97163
@ -4531,8 +4531,7 @@ bool setting_data_append_list_privacy_options(
|
||||
|
||||
rarch_setting_t *setting_data_get_list(unsigned mask)
|
||||
{
|
||||
static rarch_setting_t* list = NULL;
|
||||
|
||||
rarch_setting_t* list = NULL;
|
||||
rarch_setting_info_t *list_info = (rarch_setting_info_t*)
|
||||
settings_info_list_new();
|
||||
if (!list_info)
|
||||
|
Loading…
x
Reference in New Issue
Block a user