From 88c6f55795b250c1a0ec11e913632601e90e002d Mon Sep 17 00:00:00 2001 From: ichee <22252639+ichee@users.noreply.github.com> Date: Sun, 16 Apr 2023 11:52:41 -0400 Subject: [PATCH] Re-Add some Event Cycles that were removed --- libretro_core_options.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/libretro_core_options.h b/libretro_core_options.h index 0e61442a4..16a17e155 100644 --- a/libretro_core_options.h +++ b/libretro_core_options.h @@ -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 }, },