From 0cc36302575b2bc3b2f1dc56648f7c8365a70a82 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 16 Aug 2021 21:53:45 +0200 Subject: Update core options --- libretro_core_options.h | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'libretro_core_options.h') diff --git a/libretro_core_options.h b/libretro_core_options.h index 9b89154..7588801 100644 --- a/libretro_core_options.h +++ b/libretro_core_options.h @@ -77,7 +77,8 @@ struct retro_core_option_v2_definition option_defs_us[] = { { "PAL", NULL }, { NULL, NULL }, }, - "auto" + "auto", + NULL }, { "snes9x_2005_frameskip", @@ -92,7 +93,8 @@ struct retro_core_option_v2_definition option_defs_us[] = { { "manual", "Manual" }, { NULL, NULL }, }, - "disabled" + "disabled", + NULL }, { "snes9x_2005_frameskip_threshold", @@ -120,7 +122,8 @@ struct retro_core_option_v2_definition option_defs_us[] = { { "60", NULL }, { NULL, NULL }, }, - "33" + "33", + "int" }, { "snes9x_2005_overclock_cycles", @@ -135,7 +138,8 @@ struct retro_core_option_v2_definition option_defs_us[] = { { "max", "Max" }, { NULL, NULL }, }, - "disabled" + "disabled", + NULL }, { "snes9x_2005_reduce_sprite_flicker", @@ -149,9 +153,10 @@ struct retro_core_option_v2_definition option_defs_us[] = { { "enabled", NULL }, { NULL, NULL }, }, - "disabled" + "disabled", + "bool" }, - { NULL, NULL, NULL, NULL, NULL, NULL, {{0}}, NULL }, + { NULL, NULL, NULL, NULL, NULL, NULL, {{0}}, NULL, NULL }, }; struct retro_core_options_v2 options_us = { -- cgit v1.2.3