aboutsummaryrefslogtreecommitdiff
path: root/patches/mame2000
diff options
context:
space:
mode:
authorneonloop2021-08-10 17:31:51 +0000
committerneonloop2021-08-10 17:31:51 +0000
commit5d165e6ef6b5cd79c1b8b20fbdf716d73fbebd1b (patch)
tree8eeb6e60e41fd8fb48197964fe4041ea6dd55a55 /patches/mame2000
parent9131d8b6f46e62fa3cf286b6306797576630872b (diff)
downloadpicoarch-5d165e6ef6b5cd79c1b8b20fbdf716d73fbebd1b.tar.gz
picoarch-5d165e6ef6b5cd79c1b8b20fbdf716d73fbebd1b.tar.bz2
picoarch-5d165e6ef6b5cd79c1b8b20fbdf716d73fbebd1b.zip
Renames core patch files
First numbers for upstreamable patches. Later numbers for picoarch-specific patches.
Diffstat (limited to 'patches/mame2000')
-rw-r--r--patches/mame2000/0001-update-libretro-h.patch (renamed from patches/mame2000/1000-update-libretro-h.patch)0
-rw-r--r--patches/mame2000/0002-add-frameskip.patch (renamed from patches/mame2000/1001-add-frameskip.patch)0
-rw-r--r--patches/mame2000/0003-add-sound-options.patch (renamed from patches/mame2000/1002-add-sound-options.patch)0
-rw-r--r--patches/mame2000/0004-rotation.patch (renamed from patches/mame2000/1004-rotation.patch)8
-rw-r--r--patches/mame2000/1000-trimui-build.patch (renamed from patches/mame2000/0001-trimui-build.patch)0
-rw-r--r--patches/mame2000/1001-shorten-options.patch (renamed from patches/mame2000/1003-shorten-options.patch)6
-rw-r--r--patches/mame2000/1002-reduce-vector-game-res.patch (renamed from patches/mame2000/1005-reduce-vector-game-res.patch)0
7 files changed, 7 insertions, 7 deletions
diff --git a/patches/mame2000/1000-update-libretro-h.patch b/patches/mame2000/0001-update-libretro-h.patch
index c1568ac..c1568ac 100644
--- a/patches/mame2000/1000-update-libretro-h.patch
+++ b/patches/mame2000/0001-update-libretro-h.patch
diff --git a/patches/mame2000/1001-add-frameskip.patch b/patches/mame2000/0002-add-frameskip.patch
index a07582e..a07582e 100644
--- a/patches/mame2000/1001-add-frameskip.patch
+++ b/patches/mame2000/0002-add-frameskip.patch
diff --git a/patches/mame2000/1002-add-sound-options.patch b/patches/mame2000/0003-add-sound-options.patch
index 266ce95..266ce95 100644
--- a/patches/mame2000/1002-add-sound-options.patch
+++ b/patches/mame2000/0003-add-sound-options.patch
diff --git a/patches/mame2000/1004-rotation.patch b/patches/mame2000/0004-rotation.patch
index f28b452..5601a64 100644
--- a/patches/mame2000/1004-rotation.patch
+++ b/patches/mame2000/0004-rotation.patch
@@ -1,5 +1,5 @@
diff --git a/src/libretro/libretro.c b/src/libretro/libretro.c
-index aad93bc..2f37f52 100644
+index f9b3cfe..0171ac1 100644
--- a/src/libretro/libretro.c
+++ b/src/libretro/libretro.c
@@ -68,6 +68,8 @@ int should_skip_frame = 0;
@@ -32,9 +32,9 @@ index aad93bc..2f37f52 100644
if (!first_run &&
((frameskip_type != prev_frameskip_type)))
@@ -312,6 +327,7 @@ void retro_set_environment(retro_environment_t cb)
- { "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-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-rotate", "Rotate (Restart); disabled|enabled" },
{ NULL, NULL },
};
diff --git a/patches/mame2000/0001-trimui-build.patch b/patches/mame2000/1000-trimui-build.patch
index 52492b8..52492b8 100644
--- a/patches/mame2000/0001-trimui-build.patch
+++ b/patches/mame2000/1000-trimui-build.patch
diff --git a/patches/mame2000/1003-shorten-options.patch b/patches/mame2000/1001-shorten-options.patch
index 49e0d5c..14cacc4 100644
--- a/patches/mame2000/1003-shorten-options.patch
+++ b/patches/mame2000/1001-shorten-options.patch
@@ -1,8 +1,8 @@
diff --git a/src/libretro/libretro.c b/src/libretro/libretro.c
-index f9b3cfe..aad93bc 100644
+index 0171ac1..2f37f52 100644
--- a/src/libretro/libretro.c
+++ b/src/libretro/libretro.c
-@@ -306,12 +306,12 @@ void retro_set_environment(retro_environment_t cb)
+@@ -321,12 +321,12 @@ void retro_set_environment(retro_environment_t cb)
{
static const struct retro_variable vars[] = {
{ "mame2000-frameskip", "Frameskip ; disabled|auto|threshold" },
@@ -18,6 +18,6 @@ index f9b3cfe..aad93bc 100644
+ { "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 },
};
- environ_cb = cb;
diff --git a/patches/mame2000/1005-reduce-vector-game-res.patch b/patches/mame2000/1002-reduce-vector-game-res.patch
index 03103dc..03103dc 100644
--- a/patches/mame2000/1005-reduce-vector-game-res.patch
+++ b/patches/mame2000/1002-reduce-vector-game-res.patch