mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-14 14:28:47 +00:00
Merge pull request #237 from littleguy77/fix-xperia-play-controls
(Android) Fix regression in Xperia Play controls
This commit is contained in:
commit
9e359cc527
@ -231,7 +231,7 @@ void input_autodetect_setup (void *data, char *msg, size_t sizeof_msg, unsigned
|
||||
snprintf(name_buf, sizeof(name_buf), "ccpcreations WiiUse");
|
||||
}
|
||||
|
||||
if (source == AINPUT_SOURCE_KEYBOARD)
|
||||
if (source == AINPUT_SOURCE_KEYBOARD && device != DEVICE_XPERIA_PLAY)
|
||||
device = DEVICE_KEYBOARD_RETROPAD;
|
||||
|
||||
if (driver.input->set_keybinds)
|
||||
|
Loading…
Reference in New Issue
Block a user