libretro, various fixes (input handling, aspect ratio)

This commit is contained in:
kub 2021-11-10 23:11:51 +01:00
parent 495fe1fdad
commit e86583124e
3 changed files with 29 additions and 66 deletions

View file

@ -174,17 +174,6 @@ struct retro_core_option_definition option_defs_us[] = {
},
"disabled"
},
{
"picodrive_overscan",
"Show Overscan",
"Crop out the potentially random glitchy video output that would have been hidden by the bezel around the edge of a standard-definition television screen.",
{
{ "disabled", NULL },
{ "enabled", NULL },
{ NULL, NULL },
},
"disabled"
},
{
"picodrive_overclk68k",
"68K Overclock",