mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
add CM9/10 default model names for Xperia Play
This commit is contained in:
parent
f318f4a1a9
commit
6044044852
@ -565,6 +565,9 @@ static bool device_is_xperia_play(const char *name)
|
||||
strstr(name, "R800at") ||
|
||||
strstr(name, "R800i") ||
|
||||
strstr(name, "R800a") ||
|
||||
strstr(name, "R800") ||
|
||||
strstr(name, "Xperia Play") ||
|
||||
strstr(name, "Play") ||
|
||||
strstr(name, "SO-01D")
|
||||
)
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user