mirror of
https://github.com/libretro/nestopia.git
synced 2024-11-26 18:20:30 +00:00
Merge pull request #73 from crashGG/master
Add more 4/8px cropping for top and bottom
This commit is contained in:
commit
de6b65261c
@ -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