mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
(runloop.c) Cleanups
This commit is contained in:
parent
b2608d8cf6
commit
da03e81454
@ -1072,8 +1072,6 @@ static void runloop_netplay_pause(void)
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
#define runloop_menu_unified_controls_pressed() (menu_driver_ctl(RARCH_MENU_CTL_IS_ALIVE, NULL))
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* runloop_iterate:
|
* runloop_iterate:
|
||||||
*
|
*
|
||||||
@ -1094,7 +1092,7 @@ int runloop_iterate(unsigned *sleep_ms)
|
|||||||
uint64_t current_input =
|
uint64_t current_input =
|
||||||
|
|
||||||
#ifdef HAVE_MENU
|
#ifdef HAVE_MENU
|
||||||
runloop_menu_unified_controls_pressed() ?
|
menu_driver_ctl(RARCH_MENU_CTL_IS_ALIVE, NULL) ?
|
||||||
input_menu_keys_pressed(old_input,
|
input_menu_keys_pressed(old_input,
|
||||||
&last_input, &trigger_input, runloop_paused) :
|
&last_input, &trigger_input, runloop_paused) :
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user