Merge pull request #642 from StormedBubbles/guncon
[pcsx_rearmed.git] / frontend / libretro_core_options.h
index d8b37df..8c26042 100644 (file)
@@ -89,7 +89,7 @@ struct retro_core_option_definition option_defs_us[] = {
       "33"
    },
    {
-      "pcsx_rearmed_frameskip",
+      "pcsx_rearmed_frameskip_interval",
       "Frameskip Interval",
       "Specifies the maximum number of frames that can be skipped before a new frame is rendered.",
       {
@@ -105,7 +105,7 @@ struct retro_core_option_definition option_defs_us[] = {
          { "10", NULL },
          { NULL, NULL },
       },
-      "1"
+      "3"
    },
    {
       "pcsx_rearmed_bios",