(android_input.c) Get rid of HAVE_MENU ifdefs

This commit is contained in:
twinaphex 2016-12-01 17:31:26 +01:00
parent 200be98052
commit 31a95b8972

View File

@ -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