mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +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)
|
switch (label_hash)
|
||||||
{
|
{
|
||||||
|
case 0:
|
||||||
default:
|
default:
|
||||||
BIND_ACTION_REFRESH(cbs, action_refresh_default);
|
BIND_ACTION_REFRESH(cbs, action_refresh_default);
|
||||||
break;
|
break;
|
||||||
|
@ -1840,6 +1840,7 @@ bool task_push_content_load_default(
|
|||||||
/* Fork core? */
|
/* Fork core? */
|
||||||
switch (mode)
|
switch (mode)
|
||||||
{
|
{
|
||||||
|
case 0:
|
||||||
default:
|
default:
|
||||||
if (!frontend_driver_set_fork(FRONTEND_FORK_CORE))
|
if (!frontend_driver_set_fork(FRONTEND_FORK_CORE))
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user