aboutsummaryrefslogtreecommitdiff
path: root/patches/mame2000
diff options
context:
space:
mode:
authorneonloop2021-08-15 22:06:22 +0000
committerneonloop2021-08-15 22:06:22 +0000
commitac7b0281105d2b19ff96f68293416ee1e964fefe (patch)
tree626b6c543c8b2126519bcb5477156958a5ff4cd3 /patches/mame2000
parent549c48b2b327762e87e327a1ba0221810dcac5ab (diff)
downloadpicoarch-ac7b0281105d2b19ff96f68293416ee1e964fefe.tar.gz
picoarch-ac7b0281105d2b19ff96f68293416ee1e964fefe.tar.bz2
picoarch-ac7b0281105d2b19ff96f68293416ee1e964fefe.zip
Moves core option changes into picoarch
Keeps cores cleaner and avoids conflicts
Diffstat (limited to 'patches/mame2000')
-rw-r--r--patches/mame2000/1001-shorten-options.patch23
1 files changed, 0 insertions, 23 deletions
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 },
- };