mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +00:00
Fix another bug
This commit is contained in:
parent
89db0793b4
commit
0ba2bac778
@ -813,8 +813,6 @@ static int action_ok_file_load_with_detect_core_collection(const char *path,
|
||||
path, label, type, false);
|
||||
}
|
||||
|
||||
|
||||
|
||||
static int action_ok_playlist_entry_collection(const char *path,
|
||||
const char *label, unsigned type, size_t idx, size_t entry_idx)
|
||||
{
|
||||
@ -902,6 +900,8 @@ static int action_ok_playlist_entry_collection(const char *path,
|
||||
db_name);
|
||||
playlist_write_file(tmp_playlist);
|
||||
}
|
||||
else
|
||||
strlcpy(new_core_path, core_path, sizeof(new_core_path));
|
||||
|
||||
playlist_info.data = playlist;
|
||||
playlist_info.idx = selection_ptr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user