1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-05 09:48:42 +00:00

Build fix in menu_action_ok_playlist_entry

This commit is contained in:
Twinaphex 2015-05-26 02:00:50 +02:00
parent 9abe3ec6e8
commit 79cb3abd32

View File

@ -62,7 +62,7 @@ static int action_ok_playlist_entry(const char *path,
selection_ptr = menu->navigation.selection_ptr;
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);