mirror of
https://github.com/libretro/nestopia.git
synced 2024-11-23 08:29:47 +00:00
Add more 4/8px cropping for top and bottom
Many games require more cropping to remove black borders
This commit is contained in:
parent
16b14865ca
commit
66ec29fc46
@ -171,6 +171,8 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
||||
{ "8", NULL },
|
||||
{ "12", NULL },
|
||||
{ "16", NULL },
|
||||
{ "20", NULL },
|
||||
{ "24", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"8"
|
||||
@ -188,6 +190,8 @@ struct retro_core_option_v2_definition option_defs_us[] = {
|
||||
{ "8", NULL },
|
||||
{ "12", NULL },
|
||||
{ "16", NULL },
|
||||
{ "20", NULL },
|
||||
{ "24", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"8"
|
||||
|
Loading…
Reference in New Issue
Block a user