mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-19 17:12:10 +00:00
(android_input.c) Get rid of HAVE_MENU ifdefs
This commit is contained in:
parent
200be98052
commit
31a95b8972
@ -342,9 +342,7 @@ static void android_input_poll_main_cmd(void)
|
||||
|
||||
runloop_ctl(RUNLOOP_CTL_SET_PAUSED, &boolean);
|
||||
runloop_ctl(RUNLOOP_CTL_SET_IDLE, &boolean);
|
||||
#ifdef HAVE_MENU
|
||||
video_driver_unset_stub_frame();
|
||||
#endif
|
||||
|
||||
if ((android_app->sensor_state_mask
|
||||
& (UINT64_C(1) << RETRO_SENSOR_ACCELEROMETER_ENABLE))
|
||||
@ -364,9 +362,7 @@ static void android_input_poll_main_cmd(void)
|
||||
|
||||
runloop_ctl(RUNLOOP_CTL_SET_PAUSED, &boolean);
|
||||
runloop_ctl(RUNLOOP_CTL_SET_IDLE, &boolean);
|
||||
#ifdef HAVE_MENU
|
||||
video_driver_set_stub_frame();
|
||||
#endif
|
||||
|
||||
/* Avoid draining battery while app is not being used. */
|
||||
if ((android_app->sensor_state_mask
|
||||
|
Loading…
x
Reference in New Issue
Block a user