mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-09 12:30:41 +00:00
make xmb default on atv
This commit is contained in:
parent
6df0249d3e
commit
e02cc9ae5f
@ -898,7 +898,7 @@ static bool device_is_game_console(const char *name)
|
||||
strstr(name, "XD\n") ||
|
||||
strstr(name, "ARCHOS GAMEPAD") ||
|
||||
strstr(name, "SHIELD Android TV")
|
||||
strstr(name, "SHIELD\n") ||
|
||||
strstr(name, "SHIELD\n")
|
||||
)
|
||||
return true;
|
||||
|
||||
@ -1961,7 +1961,6 @@ static void frontend_linux_get_env(int *argc,
|
||||
|
||||
if (device_is_game_console(device_model))
|
||||
{
|
||||
g_defaults.settings.input_overlay_enable = false;
|
||||
snprintf(g_defaults.settings.menu, sizeof(g_defaults.settings.menu), "xmb");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user