mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +00:00
(Android) Buildfix
This commit is contained in:
parent
9e668e1673
commit
41b069462d
@ -463,6 +463,7 @@ static void android_input_poll_main_cmd(void)
|
|||||||
break;
|
break;
|
||||||
case APP_CMD_LOST_FOCUS:
|
case APP_CMD_LOST_FOCUS:
|
||||||
{
|
{
|
||||||
|
runloop_state_t *runloop_st = runloop_state_get_ptr();
|
||||||
bool disable_accelerometer = (android_app->sensor_state_mask &
|
bool disable_accelerometer = (android_app->sensor_state_mask &
|
||||||
(UINT64_C(1) << RETRO_SENSOR_ACCELEROMETER_ENABLE)) &&
|
(UINT64_C(1) << RETRO_SENSOR_ACCELEROMETER_ENABLE)) &&
|
||||||
android_app->accelerometerSensor;
|
android_app->accelerometerSensor;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user