mirror of
https://github.com/libretro/RetroArch
synced 2025-01-27 03:35:22 +00:00
(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…
x
Reference in New Issue
Block a user