mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
fix android build error
This commit is contained in:
parent
90b7875f21
commit
160118ff6c
@ -897,7 +897,7 @@ static bool device_is_game_console(const char *name)
|
||||
strstr(name, "S7800") ||
|
||||
strstr(name, "XD\n") ||
|
||||
strstr(name, "ARCHOS GAMEPAD") ||
|
||||
strstr(name, "SHIELD Android TV")
|
||||
strstr(name, "SHIELD Android TV") ||
|
||||
strstr(name, "SHIELD\n")
|
||||
)
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user