mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 13:26:34 +00:00
(RMenu) Build fix
This commit is contained in:
parent
30b31e3c45
commit
7b27cda61b
@ -229,7 +229,8 @@ static void rmenu_render(void)
|
||||
|
||||
disp_set_label(&w, type, i, label,
|
||||
type_str, sizeof(type_str),
|
||||
entry_label, path);
|
||||
entry_label, path,
|
||||
path_buf, sizeof(path_buf));
|
||||
|
||||
selected = (i == driver.menu->selection_ptr);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user