mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 06:44:27 +00:00
(Android) Fix build breakage.
This commit is contained in:
parent
2588f4877a
commit
bdd67f1a3f
@ -151,7 +151,7 @@ static void android_input_poll(void *data)
|
|||||||
size_t motion_pointer = action >> AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT;
|
size_t motion_pointer = action >> AMOTION_EVENT_ACTION_POINTER_INDEX_SHIFT;
|
||||||
action &= AMOTION_EVENT_ACTION_MASK;
|
action &= AMOTION_EVENT_ACTION_MASK;
|
||||||
|
|
||||||
if(source & ~(AINPUT_SOURCE_TOUCHSCREEN | AINPUT_SOURCE_MOUSE) && )
|
if (source & ~(AINPUT_SOURCE_TOUCHSCREEN | AINPUT_SOURCE_MOUSE))
|
||||||
{
|
{
|
||||||
if (g_settings.input.dpad_emulation[state_id] != DPAD_EMULATION_NONE)
|
if (g_settings.input.dpad_emulation[state_id] != DPAD_EMULATION_NONE)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user