mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
Build fix in menu_action_ok_playlist_entry
This commit is contained in:
parent
9abe3ec6e8
commit
79cb3abd32
@ -62,7 +62,7 @@ static int action_ok_playlist_entry(const char *path,
|
|||||||
selection_ptr = menu->navigation.selection_ptr;
|
selection_ptr = menu->navigation.selection_ptr;
|
||||||
|
|
||||||
if (!strcmp(label, "rdb_entry_start_game"))
|
if (!strcmp(label, "rdb_entry_start_game"))
|
||||||
selection_ptr =- rdb_entry_start_game_selection_ptr;
|
selection_ptr = rdb_entry_start_game_selection_ptr;
|
||||||
|
|
||||||
rarch_playlist_load_content(playlist, selection_ptr);
|
rarch_playlist_load_content(playlist, selection_ptr);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user