(Android) Xperia O button fix
This commit is contained in:
parent
514bfdd07d
commit
8b652298cd
|
@ -142,7 +142,8 @@ static void android_input_poll(void *data)
|
|||
break;
|
||||
}
|
||||
}
|
||||
else if(type_event == AINPUT_EVENT_TYPE_MOTION && (g_settings.input.dpad_emulation[state_id] != DPAD_EMULATION_NONE))
|
||||
|
||||
if(type_event == AINPUT_EVENT_TYPE_MOTION && (g_settings.input.dpad_emulation[state_id] != DPAD_EMULATION_NONE))
|
||||
{
|
||||
float x = 0.0f;
|
||||
float y = 0.0f;
|
||||
|
|
Loading…
Reference in New Issue