Skip to content

Commit

Permalink
Merge pull request #881 from ichee/master
Browse files Browse the repository at this point in the history
Re-Add some Event Cycles that were removed
  • Loading branch information
LibretroAdmin committed Apr 21, 2023
2 parents fa701da + 88c6f55 commit bbf09e9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libretro_core_options.h
Expand Up @@ -1150,8 +1150,19 @@ struct retro_core_option_v2_definition option_defs_us[] = {
{
{ "128", "128 (Default)" },
{ "256", NULL },
{ "384", NULL },
{ "512", NULL },
{ "640", NULL },
{ "768", NULL },
{ "896", NULL },
{ "1024", NULL },
{ "1152", NULL },
{ "1280", NULL },
{ "1408", NULL },
{ "1536", NULL },
{ "1664", NULL },
{ "1792", NULL },
{ "1920", NULL },
{ "2048", NULL },
{ NULL, NULL },
},
Expand Down

0 comments on commit bbf09e9

Please sign in to comment.