Skip to content

Commit

Permalink
(RMenu) Default libretro core option now switches cores instantly
Browse files Browse the repository at this point in the history
  • Loading branch information
twinaphex committed Jan 22, 2013
1 parent 38bd6d4 commit 8f0ef74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/menu/rmenu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ static int set_setting_action(void *data, unsigned switchvalue, uint64_t input)
{
menu_stack_push(LIBRETRO_CHOICE);
filebrowser_set_root_and_ext(filebrowser, EXT_EXECUTABLES, default_paths.core_dir);
set_libretro_core_as_launch = false;
set_libretro_core_as_launch = true;
}
if(input & (1ULL << RMENU_DEVICE_NAV_START))
{
Expand Down

0 comments on commit 8f0ef74

Please sign in to comment.