mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +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)
|
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*)
|
rarch_setting_info_t *list_info = (rarch_setting_info_t*)
|
||||||
settings_info_list_new();
|
settings_info_list_new();
|
||||||
if (!list_info)
|
if (!list_info)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user