mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
Fix setting the path
This commit is contained in:
parent
28ade72baf
commit
950264e89e
@ -1089,7 +1089,7 @@ static int action_ok_file_load_with_detect_core_collection(const char *path,
|
|||||||
|
|
||||||
static int set_path_generic(const char *label, const char *action_path)
|
static int set_path_generic(const char *label, const char *action_path)
|
||||||
{
|
{
|
||||||
rarch_setting_t *setting = menu_setting_find(filebrowser_label);
|
rarch_setting_t *setting = menu_setting_find(label);
|
||||||
|
|
||||||
if (setting)
|
if (setting)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user