mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 18:58:21 +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)
|
||||
{
|
||||
rarch_setting_t *setting = menu_setting_find(filebrowser_label);
|
||||
rarch_setting_t *setting = menu_setting_find(label);
|
||||
|
||||
if (setting)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user