aboutsummaryrefslogtreecommitdiff
path: root/patches/mame2000/1001-shorten-options.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/mame2000/1001-shorten-options.patch')
-rw-r--r--patches/mame2000/1001-shorten-options.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/patches/mame2000/1001-shorten-options.patch b/patches/mame2000/1001-shorten-options.patch
new file mode 100644
index 0000000..14cacc4
--- /dev/null
+++ b/patches/mame2000/1001-shorten-options.patch
@@ -0,0 +1,23 @@
+diff --git a/src/libretro/libretro.c b/src/libretro/libretro.c
+index 0171ac1..2f37f52 100644
+--- a/src/libretro/libretro.c
++++ b/src/libretro/libretro.c
+@@ -321,12 +321,12 @@ void retro_set_environment(retro_environment_t cb)
+ {
+ static const struct retro_variable vars[] = {
+ { "mame2000-frameskip", "Frameskip ; disabled|auto|threshold" },
+- { "mame2000-frameskip_threshold", "Frameskip Threshold (%); 30|40|50|60" },
+- { "mame2000-frameskip_interval", "Frameskip Interval; 1|2|3|4|5|6|7|8|9" },
+- { "mame2000-skip_disclaimer", "Skip Disclaimer; enabled|disabled" },
+- { "mame2000-show_gameinfo", "Show Game Information; disabled|enabled" },
+- { "mame2000-sample_rate", "Audio Rate (Restart); 32000|11025|22050|32000|44100" },
+- { "mame2000-stereo", "Stereo (Restart); enabled|disabled" },
++ { "mame2000-frameskip_threshold", "FS Threshold (%); 30|40|50|60" },
++ { "mame2000-frameskip_interval", "FS Interval; 1|2|3|4|5|6|7|8|9" },
++ { "mame2000-skip_disclaimer", "Skip Disclaimer; disabled|enabled" },
++ { "mame2000-show_gameinfo", "Show Game Info; disabled|enabled" },
++ { "mame2000-sample_rate", "Snd. Rate (Restart); 11025|22050|32000|44100" },
++ { "mame2000-stereo", "Stereo (Restart); disabled|enabled" },
+ { "mame2000-rotate", "Rotate (Restart); disabled|enabled" },
+ { NULL, NULL },
+ };