(Android) Add JXD S7800 to device_is_game_console
This commit is contained in:
parent
23e95d9064
commit
16e6ac6fd5
|
@ -433,6 +433,7 @@ static bool device_is_game_console(const char *name)
|
|||
!strcmp(name, "OUYA Console") ||
|
||||
device_is_xperia_play(name) ||
|
||||
!strcmp(name, "GAMEMID_BT") ||
|
||||
!strcmp(name, "S7800") ||
|
||||
!strcmp(name, "SHIELD")
|
||||
)
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue