From ac7b0281105d2b19ff96f68293416ee1e964fefe Mon Sep 17 00:00:00 2001 From: neonloop Date: Sun, 15 Aug 2021 22:06:22 +0000 Subject: Moves core option changes into picoarch Keeps cores cleaner and avoids conflicts --- patches/mame2000/1001-shorten-options.patch | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 patches/mame2000/1001-shorten-options.patch (limited to 'patches/mame2000/1001-shorten-options.patch') diff --git a/patches/mame2000/1001-shorten-options.patch b/patches/mame2000/1001-shorten-options.patch deleted file mode 100644 index 14cacc4..0000000 --- a/patches/mame2000/1001-shorten-options.patch +++ /dev/null @@ -1,23 +0,0 @@ -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 }, - }; -- cgit v1.2.3