mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-11 05:16:12 +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
|
||||
}
|
||||
|
||||
#define runloop_menu_unified_controls_pressed() (menu_driver_ctl(RARCH_MENU_CTL_IS_ALIVE, NULL))
|
||||
|
||||
/**
|
||||
* runloop_iterate:
|
||||
*
|
||||
@ -1094,7 +1092,7 @@ int runloop_iterate(unsigned *sleep_ms)
|
||||
uint64_t current_input =
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
runloop_menu_unified_controls_pressed() ?
|
||||
menu_driver_ctl(RARCH_MENU_CTL_IS_ALIVE, NULL) ?
|
||||
input_menu_keys_pressed(old_input,
|
||||
&last_input, &trigger_input, runloop_paused) :
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user