mirror of
https://github.com/libretro/RetroArch
synced 2025-01-26 18:35:22 +00:00
(RMenu) Default libretro core option now switches cores instantly
This commit is contained in:
parent
38bd6d4adf
commit
8f0ef74cb0
@ -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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user