mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Cleanups
This commit is contained in:
parent
3ee6a64b8c
commit
7e675b4f8a
@ -47,6 +47,7 @@ int menu_cbs_init_bind_refresh(menu_file_list_cbs_t *cbs,
|
||||
|
||||
switch (label_hash)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
BIND_ACTION_REFRESH(cbs, action_refresh_default);
|
||||
break;
|
||||
|
@ -1840,6 +1840,7 @@ bool task_push_content_load_default(
|
||||
/* Fork core? */
|
||||
switch (mode)
|
||||
{
|
||||
case 0:
|
||||
default:
|
||||
if (!frontend_driver_set_fork(FRONTEND_FORK_CORE))
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user