Add more 4/8px cropping for top and bottom
Many games require more cropping to remove black borders
This commit is contained in:
@@ -207,6 +207,8 @@ struct retro_core_option_v2_definition option_defs[] = {
|
||||
{ "8", NULL },
|
||||
{ "12", NULL },
|
||||
{ "16", NULL },
|
||||
{ "20", NULL },
|
||||
{ "24", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"8",
|
||||
@@ -224,6 +226,8 @@ struct retro_core_option_v2_definition option_defs[] = {
|
||||
{ "8", NULL },
|
||||
{ "12", NULL },
|
||||
{ "16", NULL },
|
||||
{ "20", NULL },
|
||||
{ "24", NULL },
|
||||
{ NULL, NULL },
|
||||
},
|
||||
"8",
|
||||
|
||||
Reference in New Issue
Block a user