mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 14:42:30 +00:00
(Shield) Comment this out - doesn't work for now - figure out why
This commit is contained in:
parent
0e814c4e6d
commit
37913d9343
@ -1664,11 +1664,13 @@ static void frontend_linux_get_env(int *argc,
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if 0
|
||||||
/* Set the OK/cancel menu buttons to the default
|
/* Set the OK/cancel menu buttons to the default
|
||||||
* ones used for Shield */
|
* ones used for Shield */
|
||||||
g_defaults.menu.controls.set = true;
|
g_defaults.menu.controls.set = true;
|
||||||
g_defaults.menu.controls.menu_btn_ok = RETRO_DEVICE_ID_JOYPAD_B;
|
g_defaults.menu.controls.menu_btn_ok = RETRO_DEVICE_ID_JOYPAD_B;
|
||||||
g_defaults.menu.controls.menu_btn_cancel = RETRO_DEVICE_ID_JOYPAD_A;
|
g_defaults.menu.controls.menu_btn_cancel = RETRO_DEVICE_ID_JOYPAD_A;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
else if (strstr(device_model, "JSS15J"))
|
else if (strstr(device_model, "JSS15J"))
|
||||||
g_defaults.settings.video_refresh_rate = 59.65;
|
g_defaults.settings.video_refresh_rate = 59.65;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user