mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
libretro, various fixes (input handling, aspect ratio)
This commit is contained in:
parent
495fe1fdad
commit
e86583124e
3 changed files with 29 additions and 66 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue