mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
(Android) Set Shield refresh rate to 59.90
This commit is contained in:
parent
4f481bfc92
commit
e0736d8d90
@ -594,6 +594,14 @@ static void frontend_android_get_environment_settings(int *argc, char *argv[],
|
||||
}
|
||||
else if (!strcmp(device_model, "GAMEMID_BT"))
|
||||
g_defaults.settings.out_latency = 160;
|
||||
else if (!strcmp(device_model, "SHIELD"))
|
||||
{
|
||||
g_defaults.settings.video_refresh_rate = 59.90;
|
||||
}
|
||||
else if (!strcmp(device_model, "JSS15J"))
|
||||
{
|
||||
g_defaults.settings.video_refresh_rate = 59.65;
|
||||
}
|
||||
|
||||
// Explicitly disable input overlay by default for gamepad-like/console devices
|
||||
if (device_is_game_console(device_model))
|
||||
|
Loading…
x
Reference in New Issue
Block a user