aboutsummaryrefslogtreecommitdiff
path: root/patches/snes9x2002
diff options
context:
space:
mode:
authorneonloop2021-08-10 17:31:51 +0000
committerneonloop2021-08-10 17:31:51 +0000
commit5d165e6ef6b5cd79c1b8b20fbdf716d73fbebd1b (patch)
tree8eeb6e60e41fd8fb48197964fe4041ea6dd55a55 /patches/snes9x2002
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/snes9x2002')
-rw-r--r--patches/snes9x2002/0001-update-libretro-h.patch (renamed from patches/snes9x2002/1000-update-libretro-h.patch)0
-rw-r--r--patches/snes9x2002/0002-audio-frameskip.patch (renamed from patches/snes9x2002/1001-audio-frameskip.patch)8
-rw-r--r--patches/snes9x2002/0002-core-options.patch13
-rw-r--r--patches/snes9x2002/1000-trimui-support.patch (renamed from patches/snes9x2002/0001-trimui-support.patch)0
-rw-r--r--patches/snes9x2002/1001-core-options.patch17
5 files changed, 21 insertions, 17 deletions
diff --git a/patches/snes9x2002/1000-update-libretro-h.patch b/patches/snes9x2002/0001-update-libretro-h.patch
index b5984f2..b5984f2 100644
--- a/patches/snes9x2002/1000-update-libretro-h.patch
+++ b/patches/snes9x2002/0001-update-libretro-h.patch
diff --git a/patches/snes9x2002/1001-audio-frameskip.patch b/patches/snes9x2002/0002-audio-frameskip.patch
index 2154500..2ff6765 100644
--- a/patches/snes9x2002/1001-audio-frameskip.patch
+++ b/patches/snes9x2002/0002-audio-frameskip.patch
@@ -1,5 +1,5 @@
diff --git a/libretro/libretro.c b/libretro/libretro.c
-index bc64376..b09354a 100644
+index 81ce4aa..3c24e8f 100644
--- a/libretro/libretro.c
+++ b/libretro/libretro.c
@@ -96,6 +96,21 @@ bool8 ROMAPUEnabled = 0;
@@ -87,9 +87,9 @@ index bc64376..b09354a 100644
static const struct retro_variable vars[] =
{
+ { "snes9x2002_frameskip", "Frameskip ; disabled|auto|threshold" },
-+ { "snes9x2002_frameskip_threshold", "FS Threshold (%); 30|40|50|60" },
-+ { "snes9x2002_frameskip_interval", "FS Interval; 1|2|3|4|5|6|7|8|9" },
- { "snes9x2002_overclock_cycles", "Overclock (Restart); disabled|compatible|max" },
++ { "snes9x2002_frameskip_threshold", "Frameskip Threshold (%); 30|40|50|60" },
++ { "snes9x2002_frameskip_interval", "Frameskip Interval; 1|2|3|4|5|6|7|8|9" },
+ { "snes9x2002_overclock_cycles", "Reduce Slowdown (Hack, Unsafe, Restart); disabled|compatible|max" },
{ NULL, NULL },
};
@@ -383,6 +452,14 @@ void retro_deinit(void)
diff --git a/patches/snes9x2002/0002-core-options.patch b/patches/snes9x2002/0002-core-options.patch
deleted file mode 100644
index a908343..0000000
--- a/patches/snes9x2002/0002-core-options.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/libretro/libretro.c b/libretro/libretro.c
-index 81ce4aa..bc64376 100644
---- a/libretro/libretro.c
-+++ b/libretro/libretro.c
-@@ -339,7 +339,7 @@ void retro_init (void)
- {
- static const struct retro_variable vars[] =
- {
-- { "snes9x2002_overclock_cycles", "Reduce Slowdown (Hack, Unsafe, Restart); disabled|compatible|max" },
-+ { "snes9x2002_overclock_cycles", "Overclock (Restart); disabled|compatible|max" },
- { NULL, NULL },
- };
-
diff --git a/patches/snes9x2002/0001-trimui-support.patch b/patches/snes9x2002/1000-trimui-support.patch
index 1f7659d..1f7659d 100644
--- a/patches/snes9x2002/0001-trimui-support.patch
+++ b/patches/snes9x2002/1000-trimui-support.patch
diff --git a/patches/snes9x2002/1001-core-options.patch b/patches/snes9x2002/1001-core-options.patch
new file mode 100644
index 0000000..c97185b
--- /dev/null
+++ b/patches/snes9x2002/1001-core-options.patch
@@ -0,0 +1,17 @@
+diff --git a/libretro/libretro.c b/libretro/libretro.c
+index 3c24e8f..b09354a 100644
+--- a/libretro/libretro.c
++++ b/libretro/libretro.c
+@@ -406,9 +406,9 @@ void retro_init (void)
+ static const struct retro_variable vars[] =
+ {
+ { "snes9x2002_frameskip", "Frameskip ; disabled|auto|threshold" },
+- { "snes9x2002_frameskip_threshold", "Frameskip Threshold (%); 30|40|50|60" },
+- { "snes9x2002_frameskip_interval", "Frameskip Interval; 1|2|3|4|5|6|7|8|9" },
+- { "snes9x2002_overclock_cycles", "Reduce Slowdown (Hack, Unsafe, Restart); disabled|compatible|max" },
++ { "snes9x2002_frameskip_threshold", "FS Threshold (%); 30|40|50|60" },
++ { "snes9x2002_frameskip_interval", "FS Interval; 1|2|3|4|5|6|7|8|9" },
++ { "snes9x2002_overclock_cycles", "Overclock (Restart); disabled|compatible|max" },
+ { NULL, NULL },
+ };
+